[ https://issues.apache.org/jira/browse/GEODE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000474#comment-17000474 ]
ASF subversion and git services commented on GEODE-7583: -------------------------------------------------------- Commit dac5b1cb0dc372bee3800a5eec7f56ea04565802 in geode's branch refs/heads/develop from Jinmei Liao [ https://gitbox.apache.org/repos/asf?p=geode.git;h=dac5b1c ] GEODE-7583: rule improvement for ssl support (#4499) > "status locator --name/--dir" is not working properly when locator ssl is > enabled > --------------------------------------------------------------------------------- > > Key: GEODE-7583 > URL: https://issues.apache.org/jira/browse/GEODE-7583 > Project: Geode > Issue Type: Bug > Components: gfsh > Affects Versions: 1.8.0, 1.9.0, 1.10.0, 1.11.0 > Reporter: Jinmei Liao > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > in 1.8: > 1. start a locator with ssl enabled > 2. "status locator --dir" or "status locator --name" would trigger such error > messages in the locator log: > {quote}[info 2019/12/16 08:57:39.958 PST locator <locator request thread 1> > tid=0x23] Exception in processing request from 10.118.20.75 > javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? > at > sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) > at sun.security.ssl.InputRecord.read(InputRecord.java:527) > at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975) > at > sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) > at > sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395) > at > sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379) > at > org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:981) > at > org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:346) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > at java.lang.Thread.run(Thread.java:748) > {quote} > In develop branch: the gfsh output would be a strange ClassCastException. > It's definitely broken on develop -- This message was sent by Atlassian Jira (v8.3.4#803005)