learning_curve
Golden Pleskian
We have run the excellent: plesk pci_compliance_resolver and that takes us pretty close already (i.e. only TLS 1.1 & 1.2) but we can't see another straightforward way, to take this one step further and use TLS1.2 only on all domains.
There are four (!) different ssl.conf files on our cloud server:
1) ./etc/httpd/conf.d/ssl.conf
2) ./etc/nginx/conf.d/ssl.conf
3) /etc/sw-cp-server/conf.d/ssl.conf
4) ./etc/proftpd.d/ssl.conf
So editing the correct file via command line would just be guessing and a bit of good luck for us currently...
Does anybody have a structured method / easy to follow data path / instructions to achieve this?
Once that's done Even after running plesk pci_compliance_resolver, these four, existing ciphers, we still wish to specifically remove. A guess, but we think that these won't be removed even if/when we achieve TLS1.2 only status:
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
Again, does anybody have a structured method / easy to follow data path / instructions to achieve this too? Thanks!
There are four (!) different ssl.conf files on our cloud server:
1) ./etc/httpd/conf.d/ssl.conf
2) ./etc/nginx/conf.d/ssl.conf
3) /etc/sw-cp-server/conf.d/ssl.conf
4) ./etc/proftpd.d/ssl.conf
So editing the correct file via command line would just be guessing and a bit of good luck for us currently...
Does anybody have a structured method / easy to follow data path / instructions to achieve this?
Once that's done Even after running plesk pci_compliance_resolver, these four, existing ciphers, we still wish to specifically remove. A guess, but we think that these won't be removed even if/when we achieve TLS1.2 only status:
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
Again, does anybody have a structured method / easy to follow data path / instructions to achieve this too? Thanks!