juggernaut
juggernaut copied to clipboard
SSL Failure on multiple browsers
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.
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).