[
https://issues.apache.org/jira/browse/GEODE-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200389#comment-15200389
]
ASF subversion and git services commented on GEODE-620:
-------------------------------------------------------
Commit 442718f45f49add3c4b1e4d47049174f038663b3 in incubator-geode's branch
refs/heads/feature/GEODE-949-2 from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=442718f ]
GEODE-620 Geode SSL configuration is out of date
In reviewing uses of SSL I found that SocketCreator did not have support for
TLSv1.2 and that one of the test classes had a reference to an RC4-based
cipher suite.
> 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)