http://www.zimbra.com/forums/administrators/41167-external-ldap-authentication-tls-negotiation-failure.html mentions an interesting data point for SSLHandshakeException: Remote host closed connection during handshake that the negotiation has failed due to a cipher suite:

TLS: can't accept: Could not negotiate a supported cipher suite..

In the cited case, this was because the server demands AES-256-CBC but the Java client is demanding AES-128-CBC (presumably because 256bit requires JCE unlimited strength jurisdiction policy files.) If anyone has managed to fix this by either tweak the server to accept 128bit AES or installed JCE policy file, please share it.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to