MarcelRichter-GitHub / HTMLWallpaper

Allows you to display any HTML page as your KDE Plasma wallpaper.
https://store.kde.org/p/2137308
GNU Lesser General Public License v2.1
22 stars 4 forks source link

Can't open HTTPS URL with self-signed certificate #19

Closed gnoumph closed 8 months ago

gnoumph commented 1 year ago

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 :)

gnoumph commented 1 year 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:

MarcelRichter-GitHub commented 8 months ago

912b75a89d6e7d77e0e65fd594cd5ddda3be11f1 adds ignoring HTTPS certificate errors as a configuration option.