Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH Solr 8.1.0

2019-05-17 Thread Shawn Heisey
ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. I have gotten this before however, that was due to me adding the certificate into the keystore. Here are the list of cmds I that have run. My research says that's a browser error, and it's something of a generic error that covers a lot of SSL problems. T

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH Solr 8.1.0

2019-05-17 Thread Younge, Kent A - Norman, OK - Contractor
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

ERR_SSL_VERSION_OR_CIPHER_MISMATCH Solr 8.1.0

2019-05-17 Thread Younge, Kent A - Norman, OK - Contractor
Hello, 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_OR_CIPHER_MISMATCH error. I have gotten this before however

ERR_SSL_VERSION_OR_CIPHER_MISMATCH Solr 8.1.0

2019-05-16 Thread Younge, Kent A - Norman, OK - Contractor
Hello, 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_OR_CIPHER_MISMATCH error. I have gotten this before however

RE: Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-10-23 Thread Younge, Kent A - Norman, OK - Contractor
: Friday, October 20, 2017 4:33 PM To: solr-user@lucene.apache.org Subject: Re: Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH On 10/19/2017 6:30 AM, Younge, Kent A - Norman, OK - Contractor wrote: > Built a clean Solr server imported my certificates and when I go to the > SSL/HTTPS page it

Re: Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-10-20 Thread Shawn Heisey
On 10/19/2017 6:30 AM, Younge, Kent A - Norman, OK - Contractor wrote: > Built a clean Solr server imported my certificates and when I go to the > SSL/HTTPS page it tells me that I have ERR_SSL_VERSION_OR_CIPHER_MISMATCH in > Chrome and in IE tells me that I need to TURN ON TLS 1.0, TLS

RE: Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-10-19 Thread Younge, Kent A - Norman, OK - Contractor
, October 19, 2017 7:30 AM To: 'solr-user@lucene.apache.org' Subject: Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH Built a clean Solr server imported my certificates and when I go to the SSL/HTTPS page it tells me that I have ERR_SSL_VERSION_OR_CIPHER_MISMATCH in Chrome and in I

Certificate issue ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-10-19 Thread Younge, Kent A - Norman, OK - Contractor
Built a clean Solr server imported my certificates and when I go to the SSL/HTTPS page it tells me that I have ERR_SSL_VERSION_OR_CIPHER_MISMATCH in Chrome and in IE tells me that I need to TURN ON TLS 1.0, TLS 1.1, and TLS 1.2. TLS is turned on and if I browse to the server name instead of

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-13 Thread Younge, Kent A - Norman, OK - Contractor
t: RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH Still receiving the same issue. I have cloned another machine and it has the same issue. Not sure what to do next. Last resort build machine from scratch and see if it has the same issue if it does then I have no clue what is going on. -Ori

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-07 Thread Younge, Kent A - Norman, OK - Contractor
- 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

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-05 Thread Younge, Kent A - Norman, OK - Contractor
...@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

RE: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-05 Thread Younge, Kent A - Norman, OK - Contractor
: 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

Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-01 Thread Chris Hostetter
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

Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-01 Thread Younge, Kent A - Norman, OK - Contractor
> > 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, OK - >> Contractor" wrote: >> >> Hello, >> >> I am getting an

Re: ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-01 Thread Rick Leir
orman, OK - Contractor" wrote: > >Hello, > >I am getting an error ERR_SSL_VERSION_OR_CIPHER_MISMATCH on one of my >Solr servers. The details show that it's an Unsupported protocol: >The client and server don't support a common SSL protocol version or >cipher s

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

2017-09-01 Thread Younge, Kent A - Norman, OK - Contractor
Hello, I am getting an error ERR_SSL_VERSION_OR_CIPHER_MISMATCH on one of my Solr servers. The details show that it's an Unsupported protocol: The client and server don't support a common SSL protocol version or cipher suite. I have changed my browser settings and nothing see