I enabled basic security doing step by step everything in the documentation. After i put that code
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.client_authentication: required
xpack.security.transport.ssl.keystore.path: elastic-certificates.p12
xpack.security.transport.ssl.truststore.path: elastic-certificates.p12
into the elasticsearch.yml
file the KIbana dash won't load and says server is not ready yet.
Here are the kibana logs. Also i take in mind that elastic and kibana are running in containers but are on the same network.
Also elasticsearch container is up and running and each container can ping the other. Also from the kibana container i can call the elastic API with a GET request and i receive normal response.
Lastly the two container are both version 7.13.2.
Any suggestions?