Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce client_extra_certs option to SSLConfig
Some websites relying on client certificate authentication reject requests with proper client certificate unless authority chain is presented with the certificate as well. New `client_extra_certs` tunable allows adding CA certificates to the `extra_chain_cert` option of SSL connection context, thus providing a way of supplying the authority chain together with request.
- Loading branch information