• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved SSL-protocols?

omexlu

Regular Pleskian
Hello,

In the changelog of the last update (Plesk Obsidian 18.0.21) I read the following:
On newly deployed Ubuntu 18 servers, connections to Plesk are now secured with TLS version 1.3. On Plesk Obsidian servers updated from an earlier Plesk version (including earlier Plesk Obsidian versions), you can secure connections to Plesk with TLS version 1.3 by running the
Code:
plesk bin server_pref -u -ssl-protocols "TLSv1.2 TLSv1.3
command.

  • So this means that if I've upgraded from Plesk Onyx I need to do the above command in SSH? In addition, I think the command is missing in the changelog all behind a
    Code:
    "
    or?
  • Need to restart something after executing the command above?
  • Which command can I use to display the current ssl-protocols?
  • For websites, < TLS 1.2 has been disabled some time ago, right? Is this just for the Plesk panel?

Thanks in advance.
 
Last edited:
Thank you. ChangeLog will be fixed soon. Indeed, the correct command is:

# plesk bin server_pref -u -ssl-protocols "TLSv1.2 TLSv1.3"

You do not need to restart something after this command. To display the current ssl-protocols use:

# plesk bin server_pref --show | grep ssl-protocols
 
Back
Top