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

[#5] Allow configuring ':default_options' #6

Merged
merged 1 commit into from
Feb 9, 2018

Conversation

danielberkompas
Copy link
Owner

This will fix #5 by allowing you to specify a default set of options,
such as

[ ssl: [{:versions, [:'tlsv1.2']}] ]

to avoid SSL certificate authority checks, if you need that.

This will fix #5 by allowing you to specify a default set of options,
such as

    [ ssl: [{:versions, [:'tlsv1.2']}] ]

to avoid SSL certificate authority checks, if you need that.
@danielberkompas danielberkompas merged commit 1470043 into master Feb 9, 2018
@danielberkompas danielberkompas deleted the hackney-options branch February 9, 2018 23:55
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.

SSL Errors with HTTPoison
1 participant