Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS Options? #148

Open
ic3dr460n opened this issue Apr 5, 2023 · 2 comments
Open

HTTPS Options? #148

ic3dr460n opened this issue Apr 5, 2023 · 2 comments

Comments

@ic3dr460n
Copy link

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?

@JasonRivers
Copy link
Owner

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).

@kevingoad-arcfield
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants