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

Lichtinger, Bernhard Bernhard.Lichtinger@REDACTED
Fri Aug 27 16:23:07 CEST 2010


Hi,

I had also the same problem. 
The debugger helped in my case: We have certificates with depth 4, so adding the ssl_option {depth,4} resolved the problem. 
e.g. ssl:connect("my-jabber-server",5223,[{depth,4}]).


But I'm still wondering, why ssl:connect without this option works also when i connect to one of our Microsoft IIS webservers, which has also a certificate of depth 4. My jabber server is an ejabberd on erlang R13. 

-- 
Bernhard


More information about the erlang-bugs mailing list