On 5/16/2019 10:16 AM, Younge, Kent A - Norman, OK - Contractor wrote:
I have upgraded one of our boxes to Solr 8.1.0 on RHEL 7.6 with Java 12.0.1. I
also had a certificate up for renewal and I went through my regular process of
creating the certificate and key. Now I get a
ERR_SSL_VERSION_O
Also when I run openssl I get the following:
openssl s_client -showcerts -connect solrsite.com:8983 solr-ssl.p12
keytool -importkeystore -srckeystore solr-ssl.keystore.jks -destkeystore
solr-ssl.keystore.jks -deststoretype pkcs12
solr.in.sh
# Enables HTTPS. It is implictly true if you set S
ginal Message-
From: Younge, Kent A - Norman, OK - Contractor
[mailto:kent.a.you...@usps.gov.INVALID]
Sent: Tuesday, September 05, 2017 6:54 AM
To: solr-user@lucene.apache.org
Subject: RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The new box is a clone of all the boxes so nothing should have ch
- Norman, OK - Contractor
[mailto:kent.a.you...@usps.gov.INVALID]
Sent: Tuesday, September 05, 2017 6:54 AM
To: solr-user@lucene.apache.org
Subject: RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The new box is a clone of all the boxes so nothing should have changed other
than the certificates and the
...@usps.gov.INVALID]
Sent: Tuesday, September 05, 2017 6:54 AM
To: solr-user@lucene.apache.org
Subject: RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The new box is a clone of all the boxes so nothing should have changed other
than the certificates and the keystore. That is why I am at such a loss on
this
: solr-user@lucene.apache.org
Subject: Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH
all of the low level SSL code used by Solr comes from the JVM.
double check which version of java you are using and make sure it's consistent
on all of your servers -- if you disable SSL on the affected server you ca
all of the low level SSL code used by Solr comes from the JVM.
double check which version of java you are using and make sure it's
consistent on all of your servers -- if you disable SSL on the affected
server you can use the Solr Admin UI to be 100% certain of exactly which
version of java is
Sorry I am not using Tomcat. This is a fresh build of solr.
Sent from my iPhone
> On Sep 1, 2017, at 3:33 PM, Rick Leir wrote:
>
> Kent,
> Did you say you are using Tomcat? Solr does not use Tomcat by default, so you
> will need to tell us more about your configuration.
>
> But first, thi
Kent,
Did you say you are using Tomcat? Solr does not use Tomcat by default, so you
will need to tell us more about your configuration.
But first, think of what you might have changed just before it stopped working.
Cheers -- Rick
On September 1, 2017 11:55:47 AM EDT, "Younge, Kent A - Norman,