Kibana 7.7.0 (docker container ) inaccessible after enabling SSL. Times out

Hello,

What I've done so far.

  1. Followed - https://www.elastic.co/guide/en/kibana/7.7/configuring-tls.html

I followed the certutil route to generate (ca first and then cert).

  1. elasticsearch-certutil cert --ca /kibanamount/config/elastic-stack-ca.p12 --dns mydomain.com --ip

  2. create container from base image (7.7.0; no changes to the image).

  3. Start container with additional options...

  4. docker container inspect kibana77 ; snippet shown below...
    "Env": [
    "ES_JAVA_OPTS=-Xms2048m -Xmx2048m",
    "ELASTICSEARCH_URL=http://elasticnetwork:9200",
    "SERVER_SSL_KEYSTORE_PATH=/kibanamount/config/elastic-certificates.p12",
    "SERVER_SSL_ENABLED=true",
    "ES_JAVA_OPTS=-Xms512m -Xmx4048m",
    "PATH=/usr/share/kibana/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
    "ELASTIC_CONTAINER=true"
    ],

When I try to access kibana, it times out...

Please help. What am I missing?

Can you please share your Kibana server logs?

I have rolled it back but will definitely replay and provide the logs shortly.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.