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
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
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