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

fixing excon adapter to pass client_cert and key as strings instead of objects #162

Merged
merged 1 commit into from
Sep 30, 2015

Conversation

drewnichols
Copy link
Contributor

this is in reference to #161

@rogerleite
Copy link
Member

Hi @drewnichols! Thanks for all information.

I'm still in doubt. This feature ssl.cert never worked on excon adapter or this is a problem with newer excon version? My fear is to break httpi with older excon versions.

Another thing, could you please squash your commits on one commit? This changes can be a one commit change.

… and :private_key options as strings containing the pem formatted certificate and key when using client certificates as excon expects these arguments as strings and not objects
@drewnichols
Copy link
Contributor Author

squash complete.

it looks like :certificate and :private_key was introduced in 2013 v0.24.0 here:

excon/excon@114a76f

rogerleite added a commit that referenced this pull request Sep 30, 2015
Fix excon adapter to pass client_cert and key as strings instead of objects
@rogerleite rogerleite merged commit a56015b into savonrb:master Sep 30, 2015
@rogerleite
Copy link
Member

Thanks @drewnichols!

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

Successfully merging this pull request may close these issues.

None yet

2 participants