mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
parent
1ea2fe5b8d
commit
b2213ded6d
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ Server::Server(IRequestHandler *requestHandler, QObject *parent)
|
|||
setProxy(QNetworkProxy::NoProxy);
|
||||
|
||||
QSslConfiguration sslConf {QSslConfiguration::defaultConfiguration()};
|
||||
sslConf.setProtocol(QSsl::TlsV1_2OrLater);
|
||||
sslConf.setCiphers(safeCipherList());
|
||||
QSslConfiguration::setDefaultConfiguration(sslConf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue