Handshake failure with mix local.hex

, ,

Yes and the solution was essentially the same. With asdf I uninstalled my erlang build and rebuilt it making sure the KERL_CONFIGURE_OPTIONS environment variable included the --with-ssl option and was pointing to the correct openssl installation; 1.1 in my instance.

KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=/usr/local/opt/openssl@1.1"