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

Hoss Man updated SOLR-9040:
---------------------------
    Description: 
Working on SOLR-9028 lead me to realize that {{bin/solr}} actions which require 
communicating with solr over HTTP are broken on master when SSL is enabled.  My 
testing suggests that this doesn't affect branch 6x or 6.0.

(Long) detailed steps to reproduce to follow in first  comment

Further investigation indicates this is a general problem with HTTP based 
SolrClient initialization when standard {{javax.net.ssl.*}} sys properties are 
expected to be used for initializing the underlying HTTP client code.

  was:
Working on SOLR-9028 lead me to realize that {{bin/solr}} actions which require 
communicating with solr over HTTP are broken on master when SSL is enabled.  My 
testing suggests that this doesn't affect branch 6x or 6.0.

(Long) detailed steps to reproduce to follow in first  comment

        Summary: bin/solr SSL support for client->server communcation (as well 
as default SSL behavior in 'new HttpSolrClient(String)') broken on master  
(was: bin/solr SSL support for client->server communcation broken on master)

updating summary to note this isn't just a bin/solr problem, it affects any 
solrj code that expects standard {{javax.net.ssl.*}} properties to be used when 
SolrClient impls take responsibility for creating HttpClient instances.

> bin/solr SSL support for client->server communcation (as well as default SSL 
> behavior in 'new HttpSolrClient(String)') broken on master
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-9040
>                 URL: https://issues.apache.org/jira/browse/SOLR-9040
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>         Attachments: SOLR-9040.patch
>
>
> Working on SOLR-9028 lead me to realize that {{bin/solr}} actions which 
> require communicating with solr over HTTP are broken on master when SSL is 
> enabled.  My testing suggests that this doesn't affect branch 6x or 6.0.
> (Long) detailed steps to reproduce to follow in first  comment
> Further investigation indicates this is a general problem with HTTP based 
> SolrClient initialization when standard {{javax.net.ssl.*}} sys properties 
> are expected to be used for initializing the underlying HTTP client code.



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

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

Reply via email to