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

Steve Davids updated SOLR-3854:
-------------------------------

    Attachment: SOLR-3854.patch

Fixed the majority of the SSLExceptions by configuring our own 
HttpClientConfigurer that doesn't complain when it encounters a self-signed 
cert via the TrustSelfSignedStrategy. There is one more place that complains in 
the SolrDispatchFilter.remoteQuery(...) method that doesn't use HttpClient 
(uses standard java.net to establish a connection). We should update that code 
to go ahead and create an HttpClient instance via 
HttpClientUtil.createClient(...) which will take care of the last remaining 
SSLExceptions.

> SolrCloud does not work with https
> ----------------------------------
>
>                 Key: SOLR-3854
>                 URL: https://issues.apache.org/jira/browse/SOLR-3854
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Sami Siren
>            Assignee: Mark Miller
>             Fix For: 5.0, 4.7
>
>         Attachments: SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch, 
> SOLR-3854.patch, SOLR-3854.patch, SOLR-3854.patch
>
>
> There are a few places in current codebase that assume http is used. This 
> prevents using https when running solr in cloud mode.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to