• 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 New to Plesk and I messed up trying to fix an SSL issue.

titodj

New Pleskian
I got a cloud server after the hosting company that I was with start having serious issues, while looking at options I learned about Plesk and I decided to go unmanaged and install Plesk.
And, boy I'm glad, setup was a breeze and after reading a bit and watching some videos I managed to move almost all the sites and set them up.
This morning I was trying to make Let's encrypt or Symantec SSL to work, couldn't get the padlock
And the browser gave me this "ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY"

After looking for a while I found this to disable TLS 1
PCI Complaince Plesk Disable TLS SSL

So I did this:


Enable 'nginx' web server support.
/usr/local/psa/admin/bin/nginxmng --enable

Create a custom domain template for 'nginx':
mkdir -p /usr/local/psa/admin/conf/templates/custom/domain/

cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain


Edit the following file:

'/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php', (So far so good)

locate the lines with 'ssl_protocols' and 'ssl_ciphers' directives and replace these lines with the following:

But that file did not had those lines... I tried to enable the SSL function on hosting settings for one site and now the site cannot be displayed on any browser...

This site can’t be reached
The webpage at TuRedVirtual | Otro sitio realizado con WordPress might be temporarily down or it may have moved permanently to a new web address.

ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY


TuRedVirtual | Otro sitio realizado con WordPress
 
I missed this...
I ran this too

plesk bin server_pref -u -ssl-protocols 'TLSv1.2, TLSv1.1'

Hello,
It's because this guide is for Plesk 12.5, only the last lines of the guide apply to Plesk Onyx.
Remove the custom templates you have added, and then follow the Plesk documentation instructions : Tune Plesk to Meet PCI DSS on Linux

Try to not follow instructions from a third-party tutorial if you don't understand the instructions impact.
 
Last edited:
Thank you !!!
"Try to not follow instructions from a third-party tutorial if you don't understand the instructions impact." Lesson learned !!
 
When I ran the command, plesk sbin pci_compliance_resolver --enable


I got this answer
service courier-imap is not installed, skip modifying.

If I go and install courier (and that removes Dovecot using the Plesk add remove component utility)

The I get this after running the command
service dovecot is not installed, skip modifying.
 
When I ran the command, plesk sbin pci_compliance_resolver --enable


I got this answer
service courier-imap is not installed, skip modifying.

If I go and install courier (and that removes Dovecot using the Plesk add remove component utility)

The I get this after running the command
service dovecot is not installed, skip modifying.

Yes, you have the choice between courier or dovecot as mail server software. But the command plesk sbin "pci_compliance_resolver --enable" try to enable settings to all services, so it's normal if it display this notice.
 
Back
Top