6.0.0-alpha14
7/2/25

[#8405] forced https links don't work with Google Chrome
Summary forced https links don't work with Google Chrome
Queue Horde Groupware Webmail Edition
Queue Version 1.2.3
Type Bug
State No Feedback
Priority 2. Medium
Owners
Requester kralikba (at) inf (dot) elte (dot) hu
Created 07/04/2009 (5842 days ago)
Due
Updated 08/03/2009 (5812 days ago)
Assigned 07/13/2009 (5833 days ago)
Resolved 08/03/2009 (5812 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/03/2009 03:18:02 PM Jan Schneider State ⇒ No Feedback
 
07/13/2009 09:41:01 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
I can't reproduce this with Chrome on Linux.
07/04/2009 03:09:27 PM kralikba (at) inf (dot) elte (dot) hu Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ forced https links don't work with Google Chrome
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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.

Saved Queries