[
https://issues.apache.org/jira/browse/GEODE-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242023#comment-15242023
]
Barry Oglesby commented on GEODE-534:
-------------------------------------
This bug was re-opened due to a change I made for GEODE-1225 (Using SSL with
gateway continuously logs connection messages). I made a change to the test to
handle the new log level for the message:
https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=ce889fe
> 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: Barry Oglesby
> 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)