Message10508

Author teeohhem
Recipients teeohhem
Date 2015-11-25.03:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448423444.5.0.829886329099.issue2437@psf.upfronthosting.co.za>
In-reply-to
Content
Using a server SSL socket, the handshake fails with a java error: 
Jython-Netty-Child-64, fatal error: 40: no cipher suites in common javax.net.ssl.SSLHandshakeException: no cipher suites in common

The problem is that upon setting up an SSL socket, the cert file and key file are never passed down into _get_openssl_key_manager via _createSSLEngine and therefore the cert/key are never loaded.
History
Date User Action Args
2015-11-25 03:50:44teeohhemsetrecipients: + teeohhem
2015-11-25 03:50:44teeohhemsetmessageid: <1448423444.5.0.829886329099.issue2437@psf.upfronthosting.co.za>
2015-11-25 03:50:44teeohhemlinkissue2437 messages
2015-11-25 03:50:43teeohhemcreate