Re: Enable https for Solr

2017-04-22 Thread Zheng Lin Edwin Yeo
Hi Shawn, The same problem is happening in both SolrJ and SimplePostTool. I got the same error for both. Regards, Edwin On 22 April 2017 at 20:25, Shawn Heisey wrote: > On 4/22/2017 1:45 AM, Zheng Lin Edwin Yeo wrote: > > Hi Steve, > > > > Yes, I have set that in solr.in.cmd. > > The *client*

Re: Enable https for Solr

2017-04-22 Thread Shawn Heisey
On 4/22/2017 1:45 AM, Zheng Lin Edwin Yeo wrote: > Hi Steve, > > Yes, I have set that in solr.in.cmd. The *client* is where the certificate validation problem is happening. The client (you said SolrJ, but the stacktrace indicates it is SimplePostTool) is what needs the keystore-related system pro

Re: Enable https for Solr

2017-04-22 Thread Zheng Lin Edwin Yeo
Hi Steve, Yes, I have set that in solr.in.cmd. Regards, Edwin On 22 April 2017 at 01:51, Steve Rowe wrote: > Edwin, > > Did you set the required keystore/truststore/password system properties? > See the example at Enabling+SSL#EnablingSSL-In

Re: Enable https for Solr

2017-04-21 Thread Steve Rowe
Edwin, Did you set the required keystore/truststore/password system properties? See the example at -- Steve www.lucidworks.com > On Apr 21, 2017, at 1:44 PM, Zheng Lin Edwin Yeo wro

Re: Enable https for Solr

2017-04-21 Thread Zheng Lin Edwin Yeo
Thank you Steve. I have managed to set up the SSL, and the query via https is working now. However, I am getting this error when I tried to do indexing using SolrJ. I have already changed the URL to pass using https. What could be the reason that causes this? javax.net.ssl.SSLHandshakeException

Re: Enable https for Solr

2017-04-21 Thread Steve Rowe
Hi Edwin, See . -- Steve www.lucidworks.com > On Apr 21, 2017, at 12:03 AM, Zheng Lin Edwin Yeo > wrote: > > Hi, > > I would like to find out, how can we allow Solr to accept secure > connections via https? > > I am using SolrCl