You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Davids (JIRA)" <ji...@apache.org> on 2014/02/14 19:30:23 UTC

[jira] [Commented] (SOLR-4407) SSL auth or basic auth in SolrCloud

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

Steve Davids commented on SOLR-4407:
------------------------------------

You are able to specify your own certificates via the javax.net system properties (javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword, javax.net.ssl.trustStore, javax.net.ssl.trustStorePassword). These are honored by the SystemDefaultHttpClient and configures the SSL context with the given configuration. Alternatively, you can create your own "HttpClientConfigurer" used by the HttpClientUtil class to modify Solr's HttpClient instance.

> SSL auth or basic auth in SolrCloud
> -----------------------------------
>
>                 Key: SOLR-4407
>                 URL: https://issues.apache.org/jira/browse/SOLR-4407
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>    Affects Versions: 4.1
>            Reporter: Sindre Fiskaa
>              Labels: Authentication, Certificate, SSL
>             Fix For: 4.7
>
>
> I need to be able to secure sensitive information in solrnodes running in a SolrCloud with either SSL client/server certificates or http basic auth..



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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