chaperon icon indicating copy to clipboard operation
chaperon copied to clipboard

https in default_config?

Open adrian-lewis-load-test opened this issue 4 years ago • 0 comments

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?

adrian-lewis-load-test avatar Oct 14 '20 11:10 adrian-lewis-load-test