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

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

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

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

Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Paul
Hi, I have enabled HTTPS on my SOLR server and it works fine over HTTPS for interaction with SOLR via the browser such as for data queries and management actions. However, I now get an error when attempting to retrieve data from the SQL server for Indexing. The JDBC connection string has the