Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows Server 2008 R2 上安装了 Apache 2.4(不使用 IIS)我目前启用了 2048 证书的 SSL。
如何更改 Apache 以从使用 SSL 切换到使用 TLS?
谢谢
您可以更改文件中SSLProtocol的指令,httpd-ssl.conf如下所示
SSLProtocol
httpd-ssl.conf
SSLProtocol all -SSLv3
更多细节可以在这里找到
更新
SSLEngine on SSLProtocol all -SSLv3