calm cloudy created SOLR-14605:
----------------------------------

             Summary: use https need encrypt keystorePass 
                 Key: SOLR-14605
                 URL: https://issues.apache.org/jira/browse/SOLR-14605
             Project: Solr
          Issue Type: Wish
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: calm cloudy


solr + tomcat with https , we config keystore in  two tomcat  file :

      *server.xml :*

        <Connector port="xxx" address="xxx"          
protocol="org.apache.coyote.http11.Http11NioProtocol"                       

        .................
          keystoreFile="/xxx.keystore" 
keystorePass="{color:#FF0000}password{color}"
           truststoreFile="/xxx.keystore" 
truststorePass="{color:#FF0000}password{color}" />

     *catalina.properties :*

       javax.net.ssl.keyStore=/xxx.keystore
       javax.net.ssl.keyStorePassword="{color:#FF0000}password{color}"
       javax.net.ssl.trustStore=/xxx.keystore
       javax.net.ssl.trustStorePassword="{color:#FF0000}password{color}"

 

the problem is  the {color:#FF0000}password  {color:#172b4d}above is cleartext  
, it's not secure , we need encrypt the {color:#de350b}password 
{color:#172b4d},then store them{color}{color}{color}{color}

     So, we need solution such as plugin interface function that can load the  
encryption   password  

      anyone has ideato resolve it ?  thanks 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to