The remote host supports the use of SSL ciphers that offer either weak encryption or no encryption at all. This vulnerability is valid for all SSL/TLS sessions that are passing sensitive information.
PCI defines strong cryptography, for secret key based systems, as anything above 80 bit encryption.
Vulnerability found on port 995 and 993.
I saw 995 and 993 as pop/imap SSL .
How do i disable weak encryption on those?
I know for Apache I used:
SSLCipherSuite ALL:-ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
but what about for the pops/imaps?
PCI defines strong cryptography, for secret key based systems, as anything above 80 bit encryption.
Vulnerability found on port 995 and 993.
I saw 995 and 993 as pop/imap SSL .
How do i disable weak encryption on those?
I know for Apache I used:
SSLCipherSuite ALL:-ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
but what about for the pops/imaps?