httpclient
httpclient copied to clipboard
Introduce client_extra_certs option to SSLConfig
Some websites that rely on client certificate authentication reject requests with proper client certificate unless authority chain is presented with the certificate as well.
This PR introduces a new SSLConfig option, client_extra_certs, that allows supplying CA certificates
along with a request.
@nahi I believe that a testcase should be added to this to test/test_ssl.rb, but I'm not sure how to test this.