Kibana is not connecting with elasticsearch shield SSL Kibana is not connecting with elasticsearch shield SSL elasticsearch elasticsearch

Kibana is not connecting with elasticsearch shield SSL


You are using unnecessary steps when generating and importing the key. Also the certificate you are generating is not signed by the CA and hence it will never be trusted

Unless you have a large deployment I would just use a selfsigned certificate, rather than a certificate signed by a selfsigned CA.

1) Generate a selfsigned certificate with SAN extensions as indicated here How can I generate a self-signed certificate with SubjectAltName using OpenSSL?

2) Merge the key and certificate in a PKCS12 container and import it to the a java keystore as explained here importing an existing x509 certificate and private key in Java keystore to use in ssl