1

I have set up the docker container for mesh https://hub.docker.com/r/gentics/mesh/

I have tried to configure SSL as mentioned in the docs.

httpServer:
  port: 8080
  host: "0.0.0.0"
  ssl: true
  cerPath: "config/cert.pem"
  keyPath: "config/key.pem"
  corsAllowedOriginPattern: ""
  corsAllowCredentials: false
  enableCors: false

The settings have no impact. I cannot access mesh in the browser with SSL. The docker logs show no indication concerning SSL.

Any ideas how to solve that?

Vit
  • 7,740
  • 15
  • 40
Andreas
  • 13
  • 2

1 Answers1

0

Please use Gentics Mesh 0.23.0 or newer. That version supports SSL.

Jotschi
  • 3,270
  • 3
  • 31
  • 52