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

Enable Apache to serve Horde via HTTPS #4

Open
ikselven opened this issue Jan 21, 2021 · 1 comment
Open

Enable Apache to serve Horde via HTTPS #4

ikselven opened this issue Jan 21, 2021 · 1 comment

Comments

@ikselven
Copy link
Contributor

At the moment, the Apache in the groupware-mail deployment serves Horde via HTTP only. This is fine for local development, where TLS is unnecessary. However for actual world-accessible scenarios, we want the Apache to serve Horde via HTTPS.

The groupware-mail deployment needs to be extended to support TLS.

Requirements are as follows:

  • use of HTTP or HTTPS should be configurable, e.g. via .env
  • if using HTTPS, Apache should automatically redirect from HTTP to HTTPS
  • certificates will be provided by the user, but the deployment needs some means to make them available to Apache, e.g. via mount

The implementation of this feature also requires changes to Maintaina's Horde Apache image.

@ralflang
Copy link
Contributor

ralflang commented Aug 5, 2022

The preferred strategy is to proxy and handle the SSL related stuff outside the container or enable mod_ssl and link a vhost dir into the container, including certificates.

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

2 participants