-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.8.0
-
None
QWebSocketServer has SSL support now with an ability to use VerifyPeer mode, that is used to query and verify peer certificate. But, it can be considered useless for applications, that use self-signed certificates, but want to verify peer certificate.
Possible solution:
provide QWebSocketServer::ignoreSslErrors() and QWebSocketServer::ignoreSslErrors(QList<QSslError>)