nginx documentation for ssl_protocols指令:

The TLSv1.1 and TLSv1.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.`

在较新的版本中,可以使用openssl命令验证,如下所示:

>验证是否支持TLS v1.2:openssl s_client -tls1_2 -connect example.org:443验证不支持TLS v1.1:openssl s_client -tls1_1 -connect example.org:443验证不支持TLS v1.0:openssl s_client -tls1 -connect example.org:443

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐