Closed Deekor closed 3 months ago
I love the idea to support chained client certificates 😄 This issue is being also discussed here.
@Deekor @yykamei this was implemented in https://github.com/lostisland/faraday-net_http/pull/42 and is available in the latest version of the faraday-net_http
adapter 🎉
Hi, any chance to cut a new faraday release so this can "officially" be used? Thank you so much.
Planning to cut a release soon, was waiting on #1582 to be merged as well 👍
Release just went out 🎉
Thank you!
Basic Info
An API I'm using requires the use of certificate based auth and the certificates must be chained.
Ive been able to get it to work via bare bones net::http
I would love to use faraday, but it seems the ssl options only allow for one
client_cert
and not an array of certs andOpenSSL::X509::Certificate.new(File.read("/path/chained.pem"))
only returns the first cert inchained.pem