Bug 168365

Summary: [SOUP] Report TLS errors even when errors policy is IGNORE
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, bugzilla, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugzilla.gnome.org/show_bug.cgi?id=778253

Description Michael Catanzaro 2017-02-15 05:51:35 PST
GNOME shell portal helper needs to load all resources regardless of TLS errors, but also report whether any error occurred. Currently it's not possible because the IGNORE policy causes TLS errors to be, well, ignored and not reported when you use webkit_web_context_get_tls_info(). That's dumb; if you explicitly ask for errors you should get them. This should not break any realistic applications.
Comment 1 Bastien Nocera 2017-02-15 05:52:48 PST
Once that's fixed, we can simplify the patch we committed for:
https://bugzilla.gnome.org/show_bug.cgi?id=778253