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 |
State ⇒ Feedback
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
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.