0

我想设置一个仅支持 SSLv2 SSLProtocol 用于测试目的的 Apache Web 服务器(在 VM 中。网上有没有这方面的说明,或者有人可以指导我吗?

提前致谢!

4

1 回答 1

1

转到 /conf/extra/httpd-ssl.conf 并找出以下设置:

#   SSL Cipher Suite:
#   List the ciphers that the client is permitted to negotiate.
#   See the mod_ssl documentation for a complete list.
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

您可以调整以 SSLCipherSuite 开头的行并选择要使用的协议。

于 2017-03-26T01:48:33.590 回答