chaperon
chaperon copied to clipboard
https in default_config?
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?