<div dir="ltr">Something with default cipher configuration?<div><br></div><div>$ erl<br>Erlang/OTP 23 [RELEASE CANDIDATE 1] [erts-11.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]<br><br>Eshell V11.0  (abort with ^G)<br>1> application:ensure_all_started(inets).<br>{ok,[inets]}<br></div><div>4> application:ensure_all_started(ssl).                                                <br>{ok,[crypto,asn1,public_key,ssl]}<br>5> httpc:request(get, {"<a href="https://repo.hex.pm/">https://repo.hex.pm/</a>",[]}, [], [{body_format, binary}]).<br>=NOTICE REPORT==== 29-Feb-2020::04:47:26.729009 ===<br>TLS client: In state certify at tls_connection.erl:1281 generated CLIENT ALERT: Fatal - Handshake Failure<br> - malformed_handshake_data<br>{error,{failed_connect,[{to_address,{"<a href="http://repo.hex.pm">repo.hex.pm</a>",443}},<br>                        {inet,[inet],<br>                              {tls_alert,{handshake_failure,"TLS client: In state certify at tls_connection.erl:1281 generated CLIENT ALERT: Fatal - Handshake Failure\n malformed_handshake_data"}}}]}}<br></div><div><br></div><div>?</div></div>