[Tickets #8405] Re: forced https links don't work with Google Chrome
bugs at horde.org
bugs at horde.org
Sat Jul 4 15:10:36 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8405
------------------------------------------------------------------------------
Ticket | 8405
Updated By | kralikba at inf.elte.hu
Summary | forced https links don't work with Google Chrome
Queue | Horde Groupware Webmail Edition
Version | 1.2.3
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
kralikba at inf.elte.hu (2009-07-04 11:09) wrote:
On Debian Lenny, I use pound as a reverse proxy for sharing one IP for
multiple web services. HTTPS requests are forwarded as plain HTTP
requests to servers behind the proxy.
Thus I needed to force https links. The corresponding lines from
config/conf.php are as follows:
$conf['use_ssl'] = 1;
$conf['server']['name'] = 'mail.omitted.tld';
$conf['server']['port'] = 443;
When using Google Chrome (v 2.0.172.33, latest) , the main frameset
page has an invalid link after login. The corresponding generated line
is as follows:
<frame name="horde_main"
src="https://https://mail.omitted.tld/login.php?frameset_loaded=1"
scrolling="auto" noresize="noresize" />
The system works flawlessly with Firefox (v 3.0.6) and Internet
Explorer (v. 8.0.7100); the frameset is generated correctly.
More information about the bugs
mailing list