Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
WebView SSL certificate error on Android
-
There is a equivalent signal that
certificateError
of WebEngineView?
I need create aWebView
on my android app and this webview could access some
sites that have no web trust certificate like this site (https://www.iti.gov.br/)If I try access this site It get this error (ERR_CERT_AUTHORITY_INVALID)
I need add the root certificate from this web site on except certificates list.