httpclient icon indicating copy to clipboard operation
httpclient copied to clipboard

Introduce client_extra_certs option to SSLConfig

Open timon opened this issue 6 years ago • 1 comments

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.

timon avatar Dec 17 '19 14:12 timon

@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.

timon avatar Dec 17 '19 14:12 timon