You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2016/01/08 05:40:48 UTC

[jira] [Updated] (GEODE-534) CI failure: JSSESocketJUnitTest.testSSLSocket SSLHandshakeException: No appropriate protocol

     [ https://issues.apache.org/jira/browse/GEODE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker updated GEODE-534:
--------------------------------
    Fix Version/s: 1.0.0-alpha1

> CI failure: JSSESocketJUnitTest.testSSLSocket SSLHandshakeException: No appropriate protocol
> --------------------------------------------------------------------------------------------
>
>                 Key: GEODE-534
>                 URL: https://issues.apache.org/jira/browse/GEODE-534
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>             Fix For: 1.0.0-alpha1
>
>
> javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
> 	at sun.security.ssl.Handshaker.activate(Handshaker.java:503)
> 	at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
> 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
> 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
> 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
> 	at com.gemstone.gemfire.internal.SocketCreator.configureClientSSLSocket(SocketCreator.java:1112)
> 	at com.gemstone.gemfire.internal.SocketCreator.connect(SocketCreator.java:998)
> 	at com.gemstone.gemfire.internal.SocketCreator.connect(SocketCreator.java:956)
> 	at com.gemstone.gemfire.internal.SocketCreator.connectForServer(SocketCreator.java:930)
> 	at com.gemstone.gemfire.internal.JSSESocketJUnitTest.testSSLSocket(JSSESocketJUnitTest.java:119)
> This test is explicitly using SSL_RSA_WITH_RC4_128_MD5 when the client connects to the server.
> But in 1.8u51 this cipher was disabled: http://bugs.java.com/view_bug.do?bug_id=8076221
> I think we should just change this test to use a different cipher.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)