Hello folks,
Once again I am turning to you.
My SSL/TLS works. However when I add my HTTPS, it fails. I have added my certificate password with the command from the link below. I use the same cert for my TLS & HTTPS.
Error from journalctl or status doesn't say much except that elasticsearch is failing.
Any insight ?
Tried
- Removing password from keystore and re-adding them.
Config
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: certs/master1.p12
xpack.security.http.ssl.truststore.path: certs/master1.p12
xpack.security.transport.ssl.keystore.path: certs/master1.p12
xpack.security.transport.ssl.truststore.path: certs/master1.p12
https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-tls.html