[Webkit-unassigned] [Bug 162962] New: Ensure NetworkProcess is ready before whitelisting TLS certificates
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 5 02:09:23 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162962
Bug ID: 162962
Summary: Ensure NetworkProcess is ready before whitelisting TLS
certificates
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: emanuele.aina at collabora.com
If the API user tries to whitelist TLS certificates before any web view has been created, the action will be ignored because the NetworkProcess hasn't been fired up yet.
For example, the snippet below using the GTK+ API does not work, unless the whitelisting is moved after the web view creation:
webkit_web_context_allow_tls_certificate_for_host(webkit_web_context_get_default(), crt, host);
webView = webkit_web_view_new();
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161005/d66e6a4f/attachment-0001.html>
More information about the webkit-unassigned
mailing list