Skip to content

Disabling TLS Renegotiation and TLS Secure Renegotiation #21437

Answered by davidben
ranierimazili asked this question in Q&A
Discussion options

You must be logged in to vote

I think you were given incorrect advice. Disabling "secure renegotiation" and disabling "renegotiation" are not the same thing. You do not want to disable "secure renegotiation".

Disabling "renegotiation" is a good idea because renegotiation is an extremely problematic feature. But having "secure renegotiation" show up in openssl s_client is very important and should not be disabled.

"Secure renegotiation" does not mean you support renegotiation. It merely means that you have applied the security fix in RFC 5746. It is important to support that extension even if you have disabled renegotiation, due to details of how the attack works. (The client can't know whether you've disabled renegoti…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ranierimazili
Comment options

@mattcaswell
Comment options

Answer selected by paulidale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants