You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the docs and couldn't seem to find where the default TLS version was specified. If we don't pass in an option of ssl: [{:versions, [:"tlsv1.2"]}], what TLS version does it use under the hood?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@d-wire Hi, I am looking also for this, because when I upgraded the app to erlang OTP 26 and latest elixir, and all the deps my app stopped working. Manage to start it again by passing ssl_override: true to httpoison options.
Have you found which is default TLS version ?
I was looking through the docs and couldn't seem to find where the default TLS version was specified. If we don't pass in an option of
ssl: [{:versions, [:"tlsv1.2"]}]
, what TLS version does it use under the hood?Thanks in advance!
The text was updated successfully, but these errors were encountered: