juggernaut icon indicating copy to clipboard operation
juggernaut copied to clipboard

SSL Failure on multiple browsers

Open jcallina opened this issue 14 years ago • 1 comments

With newer juggernaut builds (2.0.4 - 2.1.0, I believe) I am continuously getting failed ssl connections. Chrome will report ssl error 107. Reverting back to 2.0.3 seems fine. I am using the same keys for both instances.

jcallina avatar Nov 07 '11 22:11 jcallina

You could try connecting using the following command from a shell

openssl s_client -connect host:port

This might show you the exact problem (look for the return code near the bottom).

martijn avatar Feb 08 '12 13:02 martijn