NEW168365
[SOUP] Report TLS errors even when errors policy is IGNORE
https://bugs.webkit.org/show_bug.cgi?id=168365
Summary [SOUP] Report TLS errors even when errors policy is IGNORE
Michael Catanzaro
Reported 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.
Attachments
Bastien Nocera
Comment 1 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
Note You need to log in before you can comment on or make changes to this bug.