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
lks about a "trustCertificate" property you can set to "true" in > the JDBC URL that will cause Microsoft's JDBC driver to NOT > validate the server certificate. It would be much better to use the "trustStore" setting on the connection properties. As Shawn mentions

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
ether 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. > > Ena

Re: Enabling SSL on SOLR breaks my SQL Server connection

2019-05-23 Thread Shawn Heisey
via the connection string parameters. Enabling SSL should have no *direct* effect on JDBC. But it might have an indirect effect by changing some of Java's SSL settings that in turn could filter down to the JDBC driver. I would think that explicitly telling the JDBC driver to not validate

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
the parameters to manage SQL connections that are encrypted which has been setup and works fine when SSL is not specified for SOLR. When enabling SSL for SOLR client connections how do I enable it just for clients making requests into SOLR and not change any of the outgoing stuff which is already using

Solr not starting after enabling SSL

2019-04-03 Thread Anchal Sharma2
Hi All, We recently migrated our existing solr(version 5.3.0) from AIX OS server to Linux based server.And it works fine(http solr) . RHEL version 7.6 Java version 1.8(IBM Java) But now ,when trying to enable SSL over same ,the solr doesnt start after enabling SSL. It says "Address al

Re: Solr Cloud existing shards down after enabling SSL

2019-02-11 Thread Zheng Lin Edwin Yeo
When you generate the keystore, did you include the IP address of both servers? Regards, Edwin On Mon, 11 Feb 2019 at 21:06, Rakesh Enjala wrote: > Please help > *Regards,* > *Rakesh Enjala* > > > On Wed, Feb 6, 2019 at 2:59 PM Rakesh Enjala > wrote: > > > Hi, > > > > We have a solr cloud

Re: Solr Cloud existing shards down after enabling SSL

2019-02-11 Thread Rakesh Enjala
Please help *Regards,* *Rakesh Enjala* On Wed, Feb 6, 2019 at 2:59 PM Rakesh Enjala wrote: > Hi, > > We have a solr cloud with 4 nodes installed in two different servers( 1 > on on server and 3 on other server)and a collection with data in 4 shards. > We have enabled SSL for solrcloud by

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
Miller > > 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: Ena

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

Enabling SSL

2017-07-12 Thread Miller, William K - Norman, OK - Contractor
I am trying to enable SSL and I have followed the instructions in the Solr 6.4 reference manual, but when I restart my Solr server and try to access the Solr Admin page I am getting: "This page isn't working"; sent an invalid response; ERR_INVALID_HTTP_RESPONSE Does the Solr server need to be

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

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

2017-01-02 Thread Behera, Pranaya P
Hi, I have followed the documentation and executed in a fresh machine to enable the ssl in the server. It is an ec2 instance of centos 7. I have installed solr which is working fine. But as soon as I modify /etc/default/solr.in.sh file to incorporate the ssl related variables, the server

Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Tali Finelt
Hi, I am using Solr 4.10.2 with tomcat and embedded Zookeeper. I followed https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL-SolrCloud to enable SSL. I am currently doing the following: Starting tomcat Running: ../scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983

Re: Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Shawn Heisey
On 1/8/2015 6:25 AM, Tali Finelt wrote: I am using Solr 4.10.2 with tomcat and embedded Zookeeper. I followed https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL-SolrCloud to enable SSL. I am currently doing the following: Starting tomcat Running: ../scripts

Re: Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Shawn Heisey
On 1/8/2015 8:50 AM, Tali Finelt wrote: Thanks for clarifying this. Is there a different way to set the embedded Zookeeper urlScheme parameter before ever starting tomcat? (some configuration file etc.) This way I won't need to start tomcat twice. Most of the cloud options can be specified

Re: Solr with Tomcat - enabling SSL problem

2015-01-08 Thread Tali Finelt
@lucene.apache.org Date: 08/01/2015 05:14 PM Subject:Re: Solr with Tomcat - enabling SSL problem On 1/8/2015 6:25 AM, Tali Finelt wrote: I am using Solr 4.10.2 with tomcat and embedded Zookeeper. I followed https://cwiki.apache.org/confluence/display/solr/Enabling+SSL#EnablingSSL