-
Notifications
You must be signed in to change notification settings - Fork 74
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
how to set ssl client_key / client_cert ? #173
Comments
/cc @lenage because that ssl PR looks neat! |
@grosser Thanks for the issue, apologies I am finding it so late, I wasn't monitoring the patron repo as eagerly as I should have. I'll have a look, seems like we... don't have that option yet. |
Yes the PR mentioned does contain the options. Maybe it could be handy to rename the accessor methods for it to indicate that it is not the self-signed server certificate/CA but instead the client SSL cert. @grosser I can offer to finish the PR if you really need the functionality or you can pick it up if you have some spare time, it looks practically done |
I'm not blocked for now, I was researching alternatives for our current net-http-persistent setup and this looked promising, I just could not get ssl to work :) |
Gotcha. For your use case: you need client certificates, a custom CA store, or both? |
client cert+key see https://gist.github.com/grosser/db29a5d4bb268d097b6154ef85ff7478 |
#84 is kinda similar, more docs in the readme would be nice
The text was updated successfully, but these errors were encountered: