mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #5760 from borouhin/patch-1
Don't request client SSL certificate (closes issue #3883)
This commit is contained in:
commit
b358809328
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ void Server::incomingConnection(int socketDescriptor)
|
|||
#else
|
||||
static_cast<QSslSocket*>(serverSocket)->setLocalCertificate(m_certificates.first());
|
||||
#endif
|
||||
static_cast<QSslSocket*>(serverSocket)->setPeerVerifyMode(QSslSocket::VerifyNone);
|
||||
static_cast<QSslSocket*>(serverSocket)->startServerEncryption();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue