[jira] [Updated] (SOLR-14605) use https need encrypt keystorePass

2020-06-29 Thread calm cloudy (Jira)


 [ 
https://issues.apache.org/jira/browse/SOLR-14605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

calm cloudy updated SOLR-14605:
---
Description: 
solr + tomcat with https , we config keystore in  two tomcat  file :

      *server.xml :*

        

     *catalina.properties :*

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

 

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

     So, we need solution such as  plugin interface function that make sure 
solr can load the  {color:#de350b}encryption  password {color}

      anyone has idea to resolve it ?  thanks 

 

 

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

      *server.xml :*

        

     *catalina.properties :*

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

 

the problem is  the {color:#FF}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 

 

 


> 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
>Priority: Major
>
> solr + tomcat with https , we config keystore in  two tomcat  file :
>       *server.xml :*
>          protocol="org.apache.coyote.http11.Http11NioProtocol"                       
>         .
>            keystoreFile="/xxx.keystore" 
> keystorePass="{color:#ff}password{color}"
>             truststoreFile="/xxx.keystore" 
> truststorePass="{color:#ff}password{color}" />
>      *catalina.properties :*
>        javax.net.ssl.keyStore=/xxx.keystore
>         javax.net.ssl.keyStorePassword="{color:#ff}password{color}"
>         javax.net.ssl.trustStore=/xxx.keystore
>         javax.net.ssl.trustStorePassword="{color:#ff}password{color}"
>  
> the problem is  the {color:#ff}password  {color:#172b4d}above is 
> cleartext  , it's not secure , we need{color} encrypt the 
> password{color:#172b4d} ,then store them{color}{color}
>      So, we need solution such as  plugin interface function that make sure 
> solr can load the  {color:#de350b}encryption  password {color}
>       anyone has idea to 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



[jira] [Created] (SOLR-14605) use https need encrypt keystorePass

2020-06-29 Thread calm cloudy (Jira)
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 :*

        

     *catalina.properties :*

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

 

the problem is  the {color:#FF}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