You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Selvamohan Neethiraj (Jira)" <ji...@apache.org> on 2021/08/31 23:39:00 UTC

[jira] [Commented] (SOLR-12848) SolrJ does not use HTTP proxy anymore

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

Selvamohan Neethiraj commented on SOLR-12848:
---------------------------------------------

+1 for the patch.
I have verified this patch and it seems to work for HTTP / HTTPS based proxy settings.
cc:  [~dsmiley]


> SolrJ does not use HTTP proxy anymore
> -------------------------------------
>
>                 Key: SOLR-12848
>                 URL: https://issues.apache.org/jira/browse/SOLR-12848
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrJ
>    Affects Versions: 7.5
>            Reporter: Andreas Hubold
>            Priority: Major
>              Labels: httpclient
>         Attachments: SOLR-12848.patch, SOLR-12848.patch
>
>
> SolrJ's HttpSolrClient ignores the HTTP proxy configuration from system properties http.proxyHost and http.proxyPort. This used to work with Solr 6.6.5.
> Solr 6.6.5 used org.apache.http.impl.client.SystemDefaultHttpClient under the hood, which took system properties for HTTP proxy config into account. The deprecated SystemDefaultHttpClient class was replaced as part of SOLR-4509. SolrJ now uses org.apache.http.impl.client.HttpClientBuilder#create to create an HttpClient, but it does not call #useSystemProperties on the builder. Because of that, the proxy configuration from system properties is ignored.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org