Hi there,
I'm new to this and am trying to ensure our server is PCI compliant.
One element we're not passing is on port 8443 "Block cipher algorithms with block size of 64 bits (like DES and 3DES) birthday attack known as Sweet32".
So, I'd like to change the cipher suite we use.
I found this page: Command Line Reference, Plesk 12.5 for Linux
On it is this command:
But I'm unclear on what ciphers that actually sets. I'd like to set
But I'd like to know what the current set is incase I have any issues.
Can anyone help point me to which file these commands are actually editing?
Many thanks
I'm new to this and am trying to ensure our server is PCI compliant.
One element we're not passing is on port 8443 "Block cipher algorithms with block size of 64 bits (like DES and 3DES) birthday attack known as Sweet32".
So, I'd like to change the cipher suite we use.
I found this page: Command Line Reference, Plesk 12.5 for Linux
On it is this command:
Code:
plesk bin server_pref -u -ssl-ciphers 'HIGH:!aNULL:!MD5'
But I'm unclear on what ciphers that actually sets. I'd like to set
Code:
plesk bin server_pref -u -ssl-ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256'
But I'd like to know what the current set is incase I have any issues.
Can anyone help point me to which file these commands are actually editing?
Many thanks