You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ssl certificate aren't verified. In my opinion you should change this behaviour because only if the peer certificate is verified the connection can be secure. As a first step, the sslsockets verifymode should be changed to QSslSocket::VerifyPeer.
Ideally there should also be a way to specify ca certificates and fingerprints on a per server basis.
The text was updated successfully, but these errors were encountered:
Hello,
Currently the ssl certificate aren't verified. In my opinion you should change this behaviour because only if the peer certificate is verified the connection can be secure. As a first step, the sslsockets verifymode should be changed to
QSslSocket::VerifyPeer
.Ideally there should also be a way to specify ca certificates and fingerprints on a per server basis.
The text was updated successfully, but these errors were encountered: