mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge branch '1.9'
This commit is contained in:
commit
00a075b0d8
@ -391,10 +391,12 @@ QSslConfiguration Account::getOrCreateSslConfig()
|
||||
qDebug() << "Added SSL client certificate to the query";
|
||||
}
|
||||
|
||||
#if QT_VERSION > QT_VERSION_CHECK(5, 2, 0)
|
||||
// Try hard to re-use session for different requests
|
||||
sslConfig.setSslOption(QSsl::SslOptionDisableSessionTickets, false);
|
||||
sslConfig.setSslOption(QSsl::SslOptionDisableSessionSharing, false);
|
||||
sslConfig.setSslOption(QSsl::SslOptionDisableSessionPersistence, false);
|
||||
#endif
|
||||
|
||||
return sslConfig;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user