[horde] Horde6 & SSL
Nels Lindquist
nlindq at maei.ca
Mon Aug 24 22:32:39 UTC 2026
Hi,
On 2026-08-24 7:08 AM, Guillaume Demillecamps wrote:
> I'm facing some issue with this setup, while it used to work fine on Horde5.
> I have SSL termination ahead of the web server hosting Horde6.
> In conf.php, I've set use_ssl = 1 & port = 443 (i've tried many other configurations as well, none fixes this).
> Everything works except the /horde/admin/config/config.php URLs which are written https://hordewebserver:80/horde/admin/config/config.php?app=... which obviously fails...
>
> Any idea ?
You've found a recently introduced bug. See:
https://github.com/horde/base/issues/150
There's a fix in development which will likely be incorporated into the
next release.
In the meantime, you can apply the fix yourself:
composer require "horde/core:dev-fix/honor-force-ssl as 3.3.0"
To revert (which you'll want to do when the updated version is released):
composer require "horde/core:*"
--
Nels Lindquist
nlindq at maei.ca
More information about the horde
mailing list