Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting SSL client cert as a an array, to configure extra_chain_cert #41

Closed
wants to merge 3 commits into from

Conversation

olleolleolle
Copy link
Member

This PR carries changes written by @larkro and @kaspth.

Closes #16

larkro and others added 3 commits July 28, 2024 16:00
When only one cert, how bad is it to create empty array for http.extra_chain_cert?
Do not like the if statement, nor do I like the empty array.
Need to sleep on it...
@olleolleolle
Copy link
Member Author

olleolleolle commented Jul 29, 2024

Ah, there were more little things to tease apart here! There are interactions between the Faraday::SSLOptions and the rest of the code which sort of manifest before Ruby 3.3.

@olleolleolle olleolleolle marked this pull request as draft July 29, 2024 07:35
@kaspth
Copy link

kaspth commented Jul 29, 2024

I'm certain we're headed for good things 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Support offering client certificate as array (chain) in ssl option :client_cert
3 participants