Игорь Олемской — практические заметки по системному администрированию Linux CentOS

Disable ssl ver 2 in apache for pci compliance (перепечатка)

Комментариев нет

You need to disable SSL ver 2 and enable SSL ver 3 in apache for PCI compliance. Its very easy to do. Following settings will set SSL ver 3 and also disable older/unsecure cipher suite in Redhat/centos/fedora Linux server:
1. Open /etc/httpd/conf.d/ssl.conf and add or if these lines already there, edit them as per follows:

## Disbale [...]

Похожие записи:

  1. Quickly disable ssh version 1 in Linux
  2. RPM Apache ITK 2.2.15 for CentOS 5
  3. Disable weak ssl ciphers in lighttpd in Linux
  4. disable logging of images in access log
  5. Upgrade apache/httpd to 2.2.17 in CentOS Linux

Комментировать