On 2/22/2018 11:16 PM, protonmail4us wrote:
ERROR: Failed to get system information from https://localhost:8282/solr due to: javax.net.ssl.SSLException: Certificate for doesn't match any of the subject alternative names: [*.ishippo.com, ishippo.com]

It says the certificate is valid for *.ishippo.com and ishippo.com ... but the message says that the hostname in the URL being used is localhost.  That's not going to work unless you disable certificate validation.

If this message is in the server log and you're running SolrCloud, then you're going to have to change the "host" parameter that Solr uses to register itself with the cloud information in zookeeper, so that it is using a hostname that the certificate covers.

If the message is coming from client code, you're going to need to change the URL in the client code.

Thanks,
Shawn

Reply via email to