alandmoore / admbrowser

A Web browser for kiosks and digital signage, based on Python, PyQt, and Blink
35 stars 22 forks source link

SSL certificate handling #3

Closed alandmoore closed 5 years ago

alandmoore commented 9 years ago

SSL certificate handling is broken. The setting for ssl_mode does nothing.

alandmoore commented 9 years ago

This is fixed according to QWebEngineView documentation, but it's still broken because QWebEngineView doesn't behave according to its documentation. Certificate errors are supposed to call certificateError(), which I've overloaded appropriately, but they don't always do so.