Re: Connect to SolrCloud using proxy in SolrJ

2016-09-30 Thread Mikhail Khludnev
>> From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] >> Sent: Thursday, September 29, 2016 1:57 PM >> To: solr-user@lucene.apache.org >> Subject: Re: Connect to SolrCloud using proxy in SolrJ >> >> Hi, >> >> not sure, have you tried to add proxy config

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Susheel Kumar
t; > Network team to see if we have separate Socks proxy settings. > > > > Thanks and Regards, > > Preeti Bhat > > > > -----Original Message- > > From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] > > Sent: Thursday, September 29, 2016 5:02 PM &

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Vincenzo D'Amore
gt; Zookeeper's. > > > > > > I am getting the below error message. > > > > > > Could not connect to ZooKeeper zkHost within 1 ms > > > > > > Thanks and Regards, > > > Preeti Bhat > > > > > > -Original Message

RE: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Preeti Bhat
eam to see if we have separate Socks proxy settings. Thanks and Regards, Preeti Bhat -Original Message- From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] Sent: Thursday, September 29, 2016 5:02 PM To: solr-user@lucene.apache.org Subject: Re: Connect to SolrCloud using proxy in SolrJ

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Vincenzo D'Amore
m: Vincenzo D'Amore [mailto:v.dam...@gmail.com] > > Sent: Thursday, September 29, 2016 1:57 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Connect to SolrCloud using proxy in SolrJ > > > > Hi, > > > > not sure, have you tried to add proxy configu

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Mikhail Khludnev
;, ProxyPort); > > > Bests, > Vincenzo > > On Thu, Sep 29, 2016 at 10:12 AM, Preeti Bhat > wrote: > > > HI All, > > > > Pinging this again. Could someone please advise. > > > > > > Thanks and Regards, > > Preeti Bhat > &

RE: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Preeti Bhat
ilto:v.dam...@gmail.com] Sent: Thursday, September 29, 2016 1:57 PM To: solr-user@lucene.apache.org Subject: Re: Connect to SolrCloud using proxy in SolrJ Hi, not sure, have you tried to add proxy configuration for https ? System.setProperty("https.proxyHost", ProxyHost); System.setPrope

Re: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Vincenzo D'Amore
s again. Could someone please advise. > > > Thanks and Regards, > Preeti Bhat > > From: Preeti Bhat > Sent: Wednesday, September 28, 2016 7:14 PM > To: solr-user@lucene.apache.org > Subject: Connect to SolrCloud using proxy in SolrJ > > Hi All, > > I am trying

RE: Connect to SolrCloud using proxy in SolrJ

2016-09-29 Thread Preeti Bhat
HI All, Pinging this again. Could someone please advise. Thanks and Regards, Preeti Bhat From: Preeti Bhat Sent: Wednesday, September 28, 2016 7:14 PM To: solr-user@lucene.apache.org Subject: Connect to SolrCloud using proxy in SolrJ Hi All, I am trying to connect to the Solrcloud using the

Connect to SolrCloud using proxy in SolrJ

2016-09-28 Thread Preeti Bhat
Hi All, I am trying to connect to the Solrcloud using the zookeeper host string in my java application(CloudSolrClient). I am able to connect to the solrcloud when there are no proxy settings needed, but when trying to connect to the code using proxy settings, I am getting the below error. 1)