-
Notifications
You must be signed in to change notification settings - Fork 614
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
Added ssl_ca_path and ssl_cert_store to client global options #735
Conversation
Checkout savonrb/httpi#165 |
@@ -94,4 +96,4 @@ def configure_headers(soap_action) | |||
@http_request.headers["Content-Type"] ||= CONTENT_TYPE[@globals[:soap_version]] % @globals[:encoding] | |||
end | |||
end | |||
end | |||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove the file-ending newline.
@@ -1051,5 +1071,4 @@ def inspect_request(response) | |||
hash = JSON.parse(response.http.body) | |||
OpenStruct.new(hash) | |||
end | |||
|
|||
end | |||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove the file-ending newline. (Here, too.)
@options[:ssl_ca_cert_path] = path | ||
end | ||
|
||
# Sets the ssl cert store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other docstrings end with a period (.
), do we want to harmonize with that?
Any update on that? It is really important for me :( |
Closing in favor of #838 |
Some people might find it useful to use ca_cert path and cert store, like in Faraday