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

Added ssl_ca_path and ssl_cert_store to client global options #735

Closed
wants to merge 1 commit into from

Conversation

Bajena
Copy link
Contributor

@Bajena Bajena commented Jan 11, 2016

Some people might find it useful to use ca_cert path and cert store, like in Faraday

@Bajena
Copy link
Contributor Author

Bajena commented Jan 11, 2016

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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?

@stupied4ever
Copy link

Any update on that? It is really important for me :(

@Bajena
Copy link
Contributor Author

Bajena commented Oct 22, 2017

Closing in favor of #838

@Bajena Bajena closed this Oct 22, 2017
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.

3 participants