[
https://issues.apache.org/jira/browse/GEODE-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200038#comment-15200038
]
ASF subversion and git services commented on GEODE-620:
-------------------------------------------------------
Commit d72986be565457c31270326e491c2be98a5e8102 in incubator-geode's branch
refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=d72986b ]
GEODE-620 Geode SSL configuration is out of date
the change in cipher suite caused suspect strings to be found in
one of the WANSSLDUnitTest test cases.
> Geode SSL configuration is out of date
> --------------------------------------
>
> Key: GEODE-620
> URL: https://issues.apache.org/jira/browse/GEODE-620
> Project: Geode
> Issue Type: Bug
> Components: membership
> Reporter: Bruce Schuchardt
> Fix For: 1.0.0-incubating.M2
>
>
> One of the GemFire regression tests ran into a problem with SSL with JDK
> 1.8.0_66. The same test passes with 1.8.0_45.
> ssl-ciphers=SSL_RSA_WITH_RC4_128_MD5
> ssl-enabled=true
> ssl-protocols=TLSv1
> ssl-require-authentication=ture
> {noformat}
> 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:1111)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)