Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-31 Thread Paul
SOLVED: Now implemented with a bespoke trust store set up for SOLR ... -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn and Paul, On 5/23/19 08:57, Shawn Heisey wrote: > On 5/23/2019 5:45 AM, Paul wrote: >> unable to find valid certification path to requested target > > This seems to be the root of your problem with the connection to > SQL server. > > If I ha

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-24 Thread Paul
Ta - it works if I set trustCertificate=true so for now that will do for test. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Jörn Franke
And this is only a solutions for testing. For production you need to import the certificate chain into your truststore > Am 23.05.2019 um 18:06 schrieb Shawn Heisey : > >> On 5/23/2019 9:56 AM, Paul wrote: >> Thanks for the reply Shawn. >> What I was asking is whether there is an option to excl

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Shawn Heisey
On 5/23/2019 9:56 AM, Paul wrote: Thanks for the reply Shawn. What I was asking is whether there is an option to exclude the comms to SQL from SOLR managed encryption as the JDBC driver manages the connection and SOLR is acting as the Client in this instance and is already using encrypted comms

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Paul
Thanks for the reply Shawn. What I was asking is whether there is an option to exclude the comms to SQL from SOLR managed encryption as the JDBC driver manages the connection and SOLR is acting as the Client in this instance and is already using encrypted comms via the connection string parameters

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Shawn Heisey
On 5/23/2019 5:45 AM, Paul wrote: unable to find valid certification path to requested target This seems to be the root of your problem with the connection to SQL server. If I have all the context right, Java is saying it can't validate the certificate returned by the SQL server. This page:

RE: Enabling SSL

2017-07-18 Thread Miller, William K - Norman, OK - Contractor
- From: Nawab Zada Asad Iqbal [mailto:khi...@gmail.com] Sent: Wednesday, July 12, 2017 12:50 PM To: solr-user@lucene.apache.org Subject: Re: Enabling SSL I guess your certificates are self generated? In that case, this is a browser nanny trying to protect you. I also get same error in Firefox

Re: Enabling SSL

2017-07-12 Thread Nawab Zada Asad Iqbal
ECS Federal, Inc. > USPS/MTSC > (405) 573-2158 > > > -Original Message- > From: esther.quan...@lucidworks.com [mailto:esther.quan...@lucidworks.com] > Sent: Wednesday, July 12, 2017 10:58 AM > To: solr-user@lucene.apache.org > Subject: Re: Enabling SSL > > Hi Wil

RE: Enabling SSL

2017-07-12 Thread Miller, William K - Norman, OK - Contractor
, 2017 10:58 AM To: solr-user@lucene.apache.org Subject: Re: Enabling SSL Hi William, You should be able to navigate to https://local host:8983/solr (albeit with your host:port) to access the admin UI, provided you updated the urlScheme property in the Zookeeper cluster props. Did you complete

Re: Enabling SSL

2017-07-12 Thread esther . quansah
Hi William, You should be able to navigate to https://local host:8983/solr (albeit with your host:port) to access the admin UI, provided you updated the urlScheme property in the Zookeeper cluster props. Did you complete that step? Esther Search Engineer Lucidworks > On Jul 12, 2017, at 0

RE: Enabling SSL in solr server. (Single mode or Cloud mode) Getting Errors & How to add parameters to service script.

2017-01-11 Thread Behera, Pranaya P
Hi, I still haven't figured it out how to enable the same. -Original Message- From: Behera, Pranaya P [mailto:pbeh...@jcp.com] Sent: Monday, January 02, 2017 1:47 PM To: solr-user@lucene.apache.org Subject: Enabling SSL in solr server. (Single mode or Cloud mode) Getting Errors & Ho