Docker-Nagios icon indicating copy to clipboard operation
Docker-Nagios copied to clipboard

HTTPS Options?

Open ic3dr460n opened this issue 2 years ago • 2 comments
trafficstars

I've been playing with the apache2 configuration and can't seem to get HTTPS working. I don't want to use just HTTP. Is there any information on getting the web interface more secure?

ic3dr460n avatar Apr 05 '23 13:04 ic3dr460n

The best way to do https for this container is to use a proxy, either nginx-proxy, traefik or haproxy - The issue with adding in Https support in to the container is that if the certificates don't exist then apache fails to load.

I can see if there is a way of having a runtime flag to enable it, but using a proxy to achieve this would be recommended and easier to manage (renewing certificates & restarting services).

JasonRivers avatar Sep 29 '23 09:09 JasonRivers

If you are running this in an AWS Stack (we use Fargate), you can stick the container behind an ALB and offload SSL. This works great for us.

kevingoad-arcfield avatar Jan 22 '24 03:01 kevingoad-arcfield