[ https://issues.apache.org/jira/browse/SOLR-16023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yordan Borisov updated SOLR-16023: ---------------------------------- Description: Enabling ssl in Solr and Zookeeper which is listening only on secure port (e.g. 2283) cause an empty response from Zookeeper because of the following error {code:java} Caused by: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 72756f6b0a {code} The current implementation in Solr is working with Socket where it should be SslSocket in order to create ssl layer before sending the request. Java version: OpenJDK Runtime Environment (build 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07) Solr version 8.11.1 Zookeeper version: 3.6.3 was: Enabling ssl in Solr and Zookeeper which is listening only on secure port (e.g. 2283) cause an empty response from Zookeeper because of the following error {code:java} Caused by: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 72756f6b0a {code} The current implementation in Solr is working with Socket where it should be SslSocket in order to create ssl layer before sending the request. Solr version 8.11.1 Zookeeper version: 3.6.3 > Solr obtain zookeeper ruok via ssl cause error > ---------------------------------------------- > > Key: SOLR-16023 > URL: https://issues.apache.org/jira/browse/SOLR-16023 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Affects Versions: 8.11.1 > Reporter: Yordan Borisov > Priority: Major > > Enabling ssl in Solr and Zookeeper which is listening only on secure port > (e.g. 2283) cause > an empty response from Zookeeper because of the following error > {code:java} > Caused by: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: > 72756f6b0a {code} > The current implementation in Solr is working with Socket where it should be > SslSocket in order to create ssl layer before sending the request. > Java version: OpenJDK Runtime Environment (build > 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07) > Solr version 8.11.1 > Zookeeper version: 3.6.3 -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org