[
https://issues.apache.org/jira/browse/GEODE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiaojian zhou updated GEODE-534:
--------------------------------
Labels: CI (was: )
> 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
> Labels: CI
> Fix For: 1.0.0-incubating.M1
>
>
> 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)