• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Forwarded to devs change from medium/relaxed TLS Versions to modern breaks Plesk-Webmail

Nextgen-Networks

Basic Pleskian
Username: Nextgen-Networks

TITLE

change from medium/relaxed TLS Versions to modern breaks Plesk-Webmail

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk 18.0.37 MU2 + SSLit 1.9.3-1288
Ubuntu 20.04.3
x64

PROBLEM DESCRIPTION

After facing massive SSL problems with postfix/dovecot with able to send E-Mails via SMTP I've changed the used Cipher Suites from medium/relaxed to modern within SSLit! extension provided by Plesk.
This "modern" setting breaks the build-in Webmail Service of Plesk

STEPS TO REPRODUCE

Change SSLit CiperSuites/TLS settings from medium to modern
1629375708406.png

ACTUAL RESULT

Webmail is not reachable anymore - you'll face this HTTP error:

502 Bad Gateway​


nginx

EXPECTED RESULT

Webmail should work as before and as on a other server I manage with Plesk 18.0.37 MU2 and Ubuntu 18.04 LTS

ANY ADDITIONAL INFORMATION



YOUR EXPECTATIONS FROM PLESK SERVICE TEAM


Confirm bug
 
Thank you. Confirmed and submitted as PPPM-13038

Workaround: Rollback to TLS 1.2 using the following command:

# plesk sbin sslmng -s apache --protocols=TLSv1.2 --ciphers=`openssl ciphers -s -tls1_2`
 
Back
Top