I've got a pesky PCI compliance scan issue I can't seem to resolve:
Synopsis : The remote service supports the use of medium strength SSL ciphers. Description : The remote host supports the use of SSL ciphers that offer medium strength encryption, which we currently regard as those with key lengths at least 56 bits and less than 112 bits. Solution: Reconfigure the affected application if possible to avoid use of medium strength ciphers. Risk Factor: Medium / CVSS Base Score : 5.0 (CVSS2#AV:N/AC:L/Au:N/C
/I:N/A:N)
I tried adding the following lines to the "/usr/local/directadmin/data/templates/virtual_host_secure.conf" file:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:-ADH:+HIGH:-MEDIUM:-LOW:-SSLv2:-EXP
I added the above lines between:
ServerName www.|DOMAIN|
and
ServerAlias www.|DOMAIN| |DOMAIN| |SERVER_ALIASES|
After making the modification I did add it to the task queue and restarted the web server service so I don't think I've missed anything obvious.
It looks like the PCI compliance scan is still failing, however, I am still unsure how to only allow for high encryption SSH ciphers on my web server. I am running CentOS 5.4.
Any suggestions would be much appreciated
Synopsis : The remote service supports the use of medium strength SSL ciphers. Description : The remote host supports the use of SSL ciphers that offer medium strength encryption, which we currently regard as those with key lengths at least 56 bits and less than 112 bits. Solution: Reconfigure the affected application if possible to avoid use of medium strength ciphers. Risk Factor: Medium / CVSS Base Score : 5.0 (CVSS2#AV:N/AC:L/Au:N/C
![Stick out tongue :P :P](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
I tried adding the following lines to the "/usr/local/directadmin/data/templates/virtual_host_secure.conf" file:
SSLProtocol -ALL +SSLv3 +TLSv1
SSLCipherSuite ALL:-ADH:+HIGH:-MEDIUM:-LOW:-SSLv2:-EXP
I added the above lines between:
ServerName www.|DOMAIN|
and
ServerAlias www.|DOMAIN| |DOMAIN| |SERVER_ALIASES|
After making the modification I did add it to the task queue and restarted the web server service so I don't think I've missed anything obvious.
It looks like the PCI compliance scan is still failing, however, I am still unsure how to only allow for high encryption SSH ciphers on my web server. I am running CentOS 5.4.
Any suggestions would be much appreciated