qt-kiosk-browser icon indicating copy to clipboard operation
qt-kiosk-browser copied to clipboard

Ignore invalid SSL certificate

Open rafael2k opened this issue 1 year ago • 4 comments

Is there a way to ignore an invalid SSL certificate and allow a page to load?

rafael2k avatar Sep 27 '23 18:09 rafael2k

At the moment, the feature you are looking for is not available. We appreciate any contributions to improve our service.

otavio avatar Sep 27 '23 18:09 otavio

I'll prepare the modifications and make a PR. Thanks for your great software!!

rafael2k avatar Sep 27 '23 18:09 rafael2k

I made a commit in my fork to ignore cert errors, just by adding this in the qml on the WebEngineView: onCertificateError: error.ignoreCertificateError()

Should we make this option as a config file one?

rafael2k avatar Sep 28 '23 17:09 rafael2k

Yes, we could make this an option.

otavio avatar Sep 28 '23 17:09 otavio