You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/12/15 06:20:46 UTC

[jira] [Resolved] (SOLR-8178) Solr should support jetty's obfuscated password for ssl truststore

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

Noble Paul resolved SOLR-8178.
------------------------------
    Resolution: Won't Fix

obfuscation is not secure. It is better to use jetty's start.ini to pass system properties

http://www.eclipse.org/jetty/documentation/9.0.0.M3/advanced-jetty-start.html#d0e5990

add the following lines to start.ini 

-Djavax.net.ssl.keyStore=<key.store.location>
-Djavax.net.ssl.keyStorePassword=<key.store.password>
-Djavax.net.ssl.trustStore=<trust.store.location>
-Djavax.net.ssl. trustStorePassword=<trust.store.password>
-Dsolr.jetty.keystore.password=<key.store.password>
-Dsolr.jetty.truststore.password=<trust.store.password>
-Dsolr.jetty.truststore=<trust.store.location>

> Solr should support jetty's obfuscated password for ssl truststore
> ------------------------------------------------------------------
>
>                 Key: SOLR-8178
>                 URL: https://issues.apache.org/jira/browse/SOLR-8178
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 5.5
>
>         Attachments: SOLR-8178.patch, SOLR-8178.patch
>
>
> Jetty supports obfuscating password that used for SSL keystore and truststore. Solr should support that as well



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org