Syntax: | ssl_protocols
[ |
---|---|
Default: | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; |
Context: | http , server |
Enables the specified protocols. The TLSv1.1
and TLSv1.2
parameters work only when the OpenSSL library of version 1.0.1 or higher is used.
TheTLSv1.1
andTLSv1.2
parameters are supported starting from versions 1.1.13 and 1.0.12, so when the OpenSSL version 1.0.1 or higher is used on older nginx versions, these protocols work, but cannot be disabled.
Please login to continue.