SSL disable client initiated renegotiation
Unsolved
General and Desktop
-
Dear all,
I'm trying to disable SSL client initiated renegotiation on my server application written in QT.
I searched in the QSslConfiguration class but i didn't find anything.
I've tried with
SSL_CTX_set_options(ctx_hande, SSL_OP_NO_RENEGOTIATION);
but this doesn't work (Qt 5.14, SSL 1.1.1k).Any idea how to do this? Thanks !
-
Hi all, I've the same problem... anyone found a way to disable renegotiation?