maintaina / deployments

Various premade deployments to develop or run Horde environments
1 stars 5 forks source link

Enable Apache to serve Horde via HTTPS #4

Open ikselven opened 3 years ago

ikselven commented 3 years ago

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:

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

ralflang commented 1 year ago

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.