Re: SSL Enabling Certificate Error Message When Starting SOLR

2024-08-12 Thread Dmitri Maziuk
On 8/12/24 14:00, Hodder, Rick (Property and Casualty CIO) wrote: ERROR: Certificate for doesn't match any of the subject alternative names: [] How can I go about fixing this? That looks like a feature-bug in the startup script, if I'm reading this right: the script is trying to check solr

Re: SSL Enabling Certificate Error Message When Starting SOLR

2024-08-12 Thread Rahul Goswami
Looks like the hostname in your certificate doesn't match the hostname you are accessing Solr through. Eg: If you are accessing Solr as abc.myorg.com:8983/solr ,the certificate on abc.myorg.com should have the hostname correctly specified. Conversely if you know the hostname in the certificate you

SSL Enabling Certificate Error Message When Starting SOLR

2024-08-12 Thread Hodder, Rick (Property and Casualty CIO)
I'm running solr on a windows server, and am trying to set up SSL on SOLR. My network staff gave me a keystore with a certificate in PKCS12 format. I have set the following options in solr.in: set SOLR_SSL_KEY_STORE=E:\ApacheSolr8_11_1\server\etc\solr-ssl.keystore.p12 set SOLR_SSL_KEY_STORE_PASS