qt-kiosk-browser
qt-kiosk-browser copied to clipboard
Ignore invalid SSL certificate
Is there a way to ignore an invalid SSL certificate and allow a page to load?
At the moment, the feature you are looking for is not available. We appreciate any contributions to improve our service.
I'll prepare the modifications and make a PR. Thanks for your great software!!
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?
Yes, we could make this an option.