hi folks,
i have dockerized my elasticsearch with ssl
and i am able to curl the elasticsearch outside container, and also i provided the certs and key for kibana configuration, on start of kibana and when i curl i get the following response
HTTP/1.1 302 Found
location: /app/kibana
kbn-name: kibana
kbn-xpack-sig: ************************
content-type: text/html; charset=utf-8
cache-control: no-cache
content-length: 0
connection: close
And following are the kibana logs
{"type":"log","@timestamp":"2019-06-18T10:59:55Z","tags":["listening","info"],"pid":,"message":"Server running at http://:"}
{"type":"log","@timestamp":"2019-06-18T10:59:55Z","tags":["status","plugin:spaces@6.6.2","info"],"pid":***,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
could anyone help me with this