You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: