小编von*_*ity的帖子

禁用 Apache 2.2 的 RC4 密码

我目前在 Centos 6.7 机器上运行 Apache 2.2。我需要在 openSSL 下禁用 RC4 密码的使用。这是我当前的 SSL 配置:

SSL Protocol support:
# List the enable protocol levels with which clients will be able to
# connect.  Disable SSLv2 access by default:
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

#   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:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
Run Code Online (Sandbox Code Playgroud)

我发现很多网站都建议同时更改一堆允许的密码,但我不确定这是否会破坏其他东西。

openssl centos6 apache-2.2

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

apache-2.2 ×1

centos6 ×1

openssl ×1