Bug 17404 - curl certification problem
Summary: curl certification problem
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 23:31 PST by Bin Chen
Modified: 2008-02-17 15:55 PST (History)
1 user (show)

See Also:


Attachments
fix this bug (1.24 KB, patch)
2008-02-17 07:07 PST, Bin Chen
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bin Chen 2008-02-16 23:31:17 PST
From http://curl.haxx.se/docs/sslcerts.html, the CA can be disabled in curl, and in default the firefox can access the https site without the ca-certification packages in ubuntu, so to useability, i think in default the gtk webkit should disable the CA in curl so that users won't feel curios why they can't browser the https web.
Comment 1 Alp Toker 2008-02-17 06:16:05 PST
Yeah, I've seen people blog about WebKit not supporting SSL and it was quite a mystery. It turned out they were missing the certificate package.

Do you know how we can work around this issue in the CURL http backend?
Comment 2 Bin Chen 2008-02-17 07:07:22 PST
Created attachment 19172 [details]
fix this bug
Comment 3 Alp Toker 2008-02-17 07:36:47 PST
Comment on attachment 19172 [details]
fix this bug

r=me

I will fix up the ChangeLog entry, replace 'FALSE' with 'false' and add a FIXME before landing.
Comment 4 Alp Toker 2008-02-17 07:38:06 PST
Landed in r30355.
Comment 5 Alp Toker 2008-02-17 15:55:10 PST
This was modified in r30359. You'll need to define the WEBKIT_IGNORE_SSL_ERRORS environment variable to enable this mode.