[Webkit-unassigned] [Bug 140202] New: Incorrect SSL error code received from WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 13:56:47 PST 2015


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

            Bug ID: 140202
           Summary: Incorrect SSL error code received from WKWebView
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eugenebut at chromium.org

Created attachment 244191
  --> https://bugs.webkit.org/attachment.cgi?id=244191&action=review
Test app

Summary:
webView:didFailProvisionalNavigation:withError: passes NSURLErrorServerCertificateUntrusted error if user clock is not set correctly

Steps to Reproduce:
1. Set device time to past (f.e. year 2007)
2. Unarchive, build and run SSLCertTest on device
3. Observe console log

Expected Results:
Console log is "Certificate is untrusted"

Actual Results:
Console log should be either "Certificate has bad date" or "Certificate is not yet valid". User should be given a hint that something either wrong with the clock or certificate has expired.

-- 
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/20150107/b2c059f2/attachment-0002.html>


More information about the webkit-unassigned mailing list