• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question PFS Perfect Forward Secrecy with Plesk mailserver?

I see this is already happening.
Maybe i can whipe out the weak protocols with following command:
Code:
/usr/local/psa/bin/server_pref -u -ssl-protocols "TLSv1.2"

Would this bring any disadvantages?
 
@daanse

A whole lot of "clients" could be excluded from access to specific services that are set to use TLSv1.2.

For instance, a whole bunch of mobile devices running Android would not be able to make the connections.

You can obtain a whole lot of information by simply running the SSLtest tool at: SSL Server Test (Powered by Qualys SSL Labs)

Just have a look at the part "Handshake Simulation", after running a test on some random (but existing) domain.

Regards.....
 
Back
Top