We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I currently define https in the default_config
def default_config, do: %{ base_url: "https://bbc.com" } ...
An HTTPoision error is thrown:
2020-10-14 12:33:35.087 [error] d7af5252-312a-41c1-9c34-028316744ca9 Scenario.Http | Session.run_action GET /news failed: %HTTPoison.Error{id: nil, reason: {:options, {:sslv3, {:versions, [:"tlsv1.2", :"tlsv1.1", :tlsv1, :sslv3]}}}}
Should a default TLS version be given?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I currently define https in the default_config
An HTTPoision error is thrown:
Should a default TLS version be given?
The text was updated successfully, but these errors were encountered: