ssl handshake failure on R14A (and git)
Nicolas Niclausse
nicolas@REDACTED
Tue Aug 24 11:05:08 CEST 2010
I'm not able to connect to a server using ssl v4.0 (R14A) and up (current git)
Erlang R14B (erts-5.8.1) [source] [64-bit] [smp:2:2] [rq:2]
[async-threads:0] [hipe] [kernel-poll:false]
4> ssl:connect("jabber.grid5000.fr",5223,[]).
=ERROR REPORT==== 24-Aug-2010::10:56:37 ===
SSL: hello: ./ssl_handshake.erl:830:Fatal error: handshake failure
{error,esslconnect}
but it works with old ssl:
5> ssl:connect("jabber.grid5000.fr",5223,[{ssl_imp,old}]).
{ok,{sslsocket,5,<0.57.0>}}
--
Nicolas
More information about the erlang-bugs
mailing list