• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue TLS versions and ciphers by Mozilla, issue with the last synchronisation

MicheleB

Regular Pleskian
This evening I've tried to update the "TLS versions and ciphers by Mozilla" clicking on "Sync now" and I've received this message:
"The preset versions can differ among the services because not all services support the latest version."
2020-09-13_21-20-34.png

After a few minutes I received the alert that the smtp service of the cloud server is down
How can I fix it?
Is necessary disable "TLS versions and ciphers by Mozilla"?
Thanks.
 
Unlike what I said before, the outgoing mail service works.
The only error that I get is from Pingdom where the smtp monitoring service for 587 port returns an error since I clicked on "Sync now".
 
Last edited:
After I configured a new Plesk server and used these modern ciphers I got a complaint from a customer that he could connect anymore with Outlook 2010

It was due to these modern ciphers.

It was the first time that I restricted ciphers using Plesk
I've been restricting ciphers before, but I always did this manually using a special config file placed in /etc/nginx/conf.d

The "Plesk method" has no separate settings for mail and web

You can, easily, restrict access of older web browsers, but it can be a problem for some clients using old, paid for, mail clients.
As we are also the ones selling them those mail clients, these customers can become suspicious of our intentions to restrict their access.

Plesk should fix their cipher settings and make it separate for web and mail
 
This evening I've tried to update the "TLS versions and ciphers by Mozilla"....
FWIW We don't use this part of the SSL It extension. Mozilla has all the information / specifications / tools that are needed here: Security/Server Side TLS - MozillaWiki and Plesk already has this function via CLI: How to enable or disable TLS protocol versions in Plesk for Linux? (TLS & Ciphers)

Or, you can manully configure each individual ssl.conf file as/when you need to: apache2 / dovecot / nginx / postfix / proftpd / sw-cp-server. However, if you do this, for example with Dovecot: etc/dovecot/conf.d/11-plesk-security-ssl.conf but then... use different ciphers than those that were already configured and/or that you've subsequently configured for the default Plesk values, then AFAIK** it definitely was the case with Onyx 17.8.11, on the next Obsidian Release, the default Plesk values will always take precedence and modify those ssl.conf files so that they do match again. If they do match anyway (which has always been the case for us in Obsidian) then no conf.ssl files are changed.

Having the freedom of choice and configurable options that stay constant, regardless of upgrades, for different services, is why this:
...Plesk should fix their cipher settings and make it separate for web and mail
is definately needed, as it would make things a LOT easier, for everyone.

**Ref Upgrade: Tune Plesk to Meet PCI DSS on Linux
 
Back
Top