Closed gnoumph closed 8 months ago
I think there's something to do with certificateError
signal:
onCertificateError: function (error) { error.acceptCertificate() }
But I'm not a Qt developer and I'm probably missing something as I can't make it works right now...
Here is some doc:
912b75a89d6e7d77e0e65fd594cd5ddda3be11f1 adds ignoring HTTPS certificate errors as a configuration option.
It is not possible to open an HTTPS URL with a self-signed certificate. A blank page is displayed with the error
ERR_CERT_AUTHORITY_INVALID
, and it is not possible to authorize the certificate as in a conventional browser.Is there a solution to this problem?
Thanks :)