You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a commit in my fork to ignore cert errors, just by adding this in the qml on the WebEngineView:
onCertificateError: error.ignoreCertificateError()
Is there a way to ignore an invalid SSL certificate and allow a page to load?
The text was updated successfully, but these errors were encountered: