• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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