Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2, 6.3.1
Description
If a url has some ssl issue, native webview gives option to ignore it and then one can move forward to still load the https web page. But with Qt'Webview this is just not possible.
This can be easily reproduced with Qt's webview example on android. if you load "https://expired.badssl.com/"
This will give this error:
ERROR:ssl_client_socket_impl.cc(941)] handshake failed; returned -1, SSL error code 1, net_error -201".
On this error the webview stops and the web page is not loaded.
If same url is tried with native android browser or chrome browser you get to see the page.