[erlang-bugs] ssl handshake failure on R14A (and git)

Ingela Anderton Andin ingela@REDACTED
Tue Aug 24 12:04:45 CEST 2010


Hi!

I am not able to test this from work due to the firewall.     
What does ssl:connection_info/1 return when you connect using
{ssl_imp, old} ?

Regards Ingela Erlang/OTP team - Ericsson AB

Nicolas Niclausse wrote:
> 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>}}
>
>   



More information about the erlang-bugs mailing list