Bug 19146 - [CURL] https pages not loading.
Summary: [CURL] https pages not loading.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Curl
: 23031 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-20 09:43 PDT by Kurt H Maier
Modified: 2009-08-11 22:36 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt H Maier 2008-05-20 09:43:34 PDT
This is with r33475.

https pages (using latest midori revision from git) just don't load.  Curl can load them fine on the command line.

Please advise me as to what debug output I can post to help clarify this bug.

Thanks.
Comment 1 Julien Chaffraix 2008-05-29 06:13:16 PDT
> https pages (using latest midori revision from git) just don't load.  Curl can
> load them fine on the command line.

Sounds like a SSL certificate error.

A workaround is to set the WEBKIT_IGNORE_SSL_ERRORS environment variable. If it enables SSL pages to work, then it means that you have to update libcURL certificate file (or leave the variable to ignore those errors).

> Please advise me as to what debug output I can post to help clarify this bug.

The best way to have some debug output is to build a debug build (--enable-debug in configure or --debug in build-webkit) which would display the error you have (bear in mind that it enables additionnal checks and is therefore a bit slower).
Comment 2 Landry Breuil 2008-07-09 13:48:13 PDT
Using curl 7.18.2/webkit 1.0.1/midori 0.18 on OpenBSD/i386, i can reproduce this issue. No certificate nor authority is bundled with our curl package though.
Will try with a debug build for more information.
Comment 3 Michael Gilbert 2008-12-30 09:12:27 PST
*** Bug 23031 has been marked as a duplicate of this bug. ***
Comment 4 Brent Fulgham 2009-08-11 22:36:41 PDT
I believe the cause of this bug was resolved by Bug 28171.  The point may be moot, now that the Linux port is using SOUP.

Please reopen if the problem is still valid for your platform using the current WebKit revision.