Bug 20740 - Webkit gtk have some troubles in https handling during url rewrite made by apache http
Summary: Webkit gtk have some troubles in https handling during url rewrite made by ap...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Critical
Assignee: Nobody
URL: http://www.babel.it
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 00:08 PDT by Fabio Isgro
Modified: 2008-09-13 07:29 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Isgro 2008-09-09 00:08:18 PDT
Hi I want to report a critical bug in gtk webkit implementation using https rewrite. I will explain

Connect to 

http://posta.babel.it/ 

the underling apache tries by rule to rewrite it into

https://posta.babel.it/WebMail

but nothing happens if you want to access to the website directly to https://posta.babel.it/WebMail same history. I reported this issue during LinuxTag 2008 to a epiphany developer but until today it doesn't work not only with epiphany also with other webkit gtk browsers linke midori.
Comment 1 Alp Toker 2008-09-13 07:29:54 PDT
Should work with this environment variable set: WEBKIT_IGNORE_SSL_ERRORS=1

The site doesn't have a valid SSL certificate and there's no default error handling yet in WebKit/GTK+ to let you know about it.