• 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.

Strong cipher suits for plesk interface

JRsz

New Pleskian
Hi,

I want to aloow only strong cipher suits for everything that uses TLS I have a few pages which all use these strong ciphers, but plesk does not adapt to this. domain.tld is fine, but domain.tld:8443 still uses "weaker" cipherSuits.
I already put in the /etc/apache2/mods-available/ssl.conf the following lines:
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
SSLHonorCipherOrder on
SSLProtocol -all +TLSv1 +TLSv1.1 +TLSv1.2

This did not affect any cipher suits, but I still have it. What changed the cipher suits on all my sites (except the plesk interface) was the following file /etc/nginx/conf.d/ssl.conf which partially contains the following:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers
"EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";

Shouldnt this include all TLS traffic, including everything that is transmitted over domain.tld:8443, so the plesk interface??

I am using Plesk 12.5.30 Update#21 on Ubuntu 14.04 LTS

BR
JRsz
 
Back
Top