I got "Kibana server is not ready yet" message. It happened after i was trying to enable TLS on the HTTP layer in Elasticsearch.
i added following lines to kibana.yml and restarted services. I reverted all settings back but its not working anymore.
xpack.encryptedSavedObjects.encryptionKey: "some32charlongkey"
xpack.security.encryptionKey: "some32charlongkey"
elasticsearch.ssl.certificateAuthorities: ["/etc/kibana/elasticsearch-ca.pem"]
elasticsearch.ssl.verificationMode: certificate
When I checked kibana.stderr, it says port 5601 is already in use (so I once set server.port to 5602 but it didn’t help. And we have another server with same error that runs without prb) We use nginx and it redirects 80/443 to 5601 so i connect to https://172.31.12.77
i tried to stop nginx and connect to https://172.31.12.77:5601 but nothing happened.
curl -XGET localhost:9200 -u elastic
command output looks ok.
netstat -tnlp
systemctl status kibana
it says
lsof -i -nP | grep LISTEN
it says