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
docker run -ti elixir:1.13.4-slim /usr/local/bin/elixir -e "{:unexpected_msg, {:internal, {:encrypted_extensions, %{sni: {:sni, []}}}}} != for {:ok,_} <- [Application.ensure_all_started(:inets)], do: for {:ok,_} <- [Application.ensure_all_started(:ssl)], do: :httpc.request('https://objects.githubusercontent.com:443')"
10:57:17.347 [warning] Description: 'Authenticity is not established by certificate path validation'
Reason: 'Option {verify, verify_peer} and cacertfile/cacerts is missing'
10:57:17.473 [notice] TLS :client: In state :hello_middlebox_assert at ssl_gen_statem.erl:736 generated CLIENT ALERT: Fatal - Unexpected Message
- {:unexpected_msg, {:internal, {:encrypted_extensions, %{sni: {:sni, []}}}}}
The text was updated successfully, but these errors were encountered:
bhuntpenn
added a commit
to bhuntpenn/docker-elixir
that referenced
this issue
Aug 22, 2022
The text was updated successfully, but these errors were encountered: