stremio-shell icon indicating copy to clipboard operation
stremio-shell copied to clipboard

detect time-related SSL errors and show "Your clock is ..."

Open Ivshti opened this issue 6 years ago • 1 comments

Like chrome, treat SSL errors related to time a bit more friendly and show "Your clock is.."

Ivshti avatar Aug 09 '18 09:08 Ivshti

from the qt docs

The WebEngineCertificateError::error and QWebEngineCertificateError::Error enumerations provide information about the types of certificate errors that might occur. The errors can be handled by using the WebEngineView::certificateError QML method or by reimplementing the QWebEnginePage::certificateError function.

Ivshti avatar Aug 12 '18 19:08 Ivshti