Remove ssl options to re-use encryption session for different TCP connections.
authorCamila Ayres <hello@camilasan.com>
Wed, 29 May 2024 17:19:56 +0000 (19:19 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 1 Jul 2024 14:35:06 +0000 (16:35 +0200)
commit8418b0122a8a6296cef92790f811a58f7c05911c
tree1c4c1e9ebd0ac0127c80b20a1fac80fd69c10524
parentd8d7b037d14eb29eac2f9d61844e0a7fcf24e36c
Remove ssl options to re-use encryption session for different TCP connections.

One option is said to be possibly breaking some sites: QSsl::SslOptionDisableSessionTickets
It disables the SSL session ticket extension and some servers are not compatible with the extension.

Signed-off-by: Camila Ayres <hello@camilasan.com>
src/libsync/account.cpp