[ 
https://issues.apache.org/jira/browse/GEODE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012131#comment-17012131
 ] 

ASF subversion and git services commented on GEODE-7583:
--------------------------------------------------------

Commit 0cadfe99d9d3b629b306ab60307fa967b706c999 in geode's branch 
refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0cadfe9 ]

GEODE-7583: update docs for "status locator" command (#4576)

Co-authored-by: Joey McAllister <joeymcallis...@gmail.com>


> "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: docs, gfsh
>    Affects Versions: 1.8.0, 1.9.0, 1.10.0, 1.11.0
>            Reporter: Jinmei Liao
>            Priority: Major
>          Time Spent: 1h
>  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)

Reply via email to