[Webkit-unassigned] [Bug 90267] Handle SSL errors for SOUP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 08:15:29 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90267


Alexey Proskuryakov (on vacation until 7/18) <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com




--- Comment #5 from Alexey Proskuryakov (on vacation until 7/18) <ap at webkit.org>  2012-06-29 08:15:26 PST ---
What does Mac WebKit2 do? Are https tests enabled in WebKitTestRunner? I'm reading my bugmail, but don't deeply think or research things while on vacation :)

Mac WebKit1 uses a side channel to communicate with loader, which is arguably not so great for cross-platform API:

    [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:@"localhost"];
    [NSURLRequest setAllowsAnyHTTPSCertificate:YES forHost:@"127.0.0.1"];

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list