How do I turn off TLS 1.0 and TLS 1.1 protocols in EZproxy
Symptom
- EZproxy is allowing SSL protocols that you do not want it to allow
Applies to
- EZproxy version 6.1.13 and newer
Resolution
-
SSLOpenSSLConfCmd Protocol -TLSv1, -TLSv1.1 can be used if the first version does not work.
Additional information
This command SSLOpenSSLConfCmd Protocol can also be used as a negative(-) to remove specific protocols from being allowed. SSLOpenSSLConfCmd Protocol -TLSv1 is an example to stop EZproxy from accepting TLS 1 protocols.