Bug 19146
Summary: | [CURL] https pages not loading. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kurt H Maier <karmaflux> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, jchaffraix, landry, michael.s.gilbert, sandshrew, tofu.linden |
Priority: | P2 | Keywords: | Curl |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Kurt H Maier
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Julien Chaffraix
> 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).
Landry Breuil
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.
Michael Gilbert
*** Bug 23031 has been marked as a duplicate of this bug. ***
Brent Fulgham
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.