Unit testing certification fails ssl handshaking when using a .tool-versions file wih erlang 26.0 and elixir 1.15-otp-26. This is due to erlang :ssl client using :verify_peer as the new default option since v11.0.
Using {:verify, :verify_none} option (used to be the default option but was replaced by :verify_peer in :ssl v11.0)
Unit testing certification fails ssl handshaking when using a
.tool-versions
file wih erlang 26.0 and elixir 1.15-otp-26. This is due to erlang :ssl client using :verify_peer as the new default option since v11.0.