[Webkit-unassigned] [Bug 140197] WKWebView needs API to accept invalid SSL certificates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 15:20:39 PST 2015


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

Eugene But <eugenebut at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #4 from Eugene But <eugenebut at chromium.org> ---
The bug was closed as a duplicate of a fixed bug 135327.

But this bug (140197) is still reproducible on iOS 8.2.

WKWebView does not call webView:didReceiveAuthenticationChallenge:completionHandler: (as explained in bug 135327) if asked to load a site with bad SSL cert (f.e. https://ssl-cert.org).

Attached Test app #2 to reproduce the problem. Steps to reproduce:

1. Build and run WKWebView app on simulator or device

Actual Result:
The page is blank. 
webView:didReceiveAuthenticationChallenge:completionHandler: not called
webView:didFailProvisionalNavigation:withError: called with error -1202

Expected result:
There should be an API to accept bad SSL cert.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150108/e0d6da2f/attachment-0002.html>


More information about the webkit-unassigned mailing list