• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue can't renew SSL for webmail only

GlennT

Basic Pleskian
I host email only on a plesk linux server where website is hosted elsewhere. Previous Let's Encrypt certificate has expired and it was originally configured with HSTS and redirect to https. I can't disable these because no LE SSL is installed so browsers block access.

When i try to issue new LE SSL to webmail.domain.com I get domain not found even though I know it's configured correctly in DNS.

Any ideas on how I can solve this?

Thanks
G
 
Thanks Alapshin. When I change hosting type to No Hosting is there any risk that the email accounts will be deleted?

On a side note, I turned off SSL support but it still remembers that HSTS was previously configured and browsers won't allow access to webmail.
 
@GlennT
When I change hosting type to No Hosting is there any risk that the email accounts will be deleted?
no risk at all, since webhosting files and email stored in different places.

As for disabling HSTS you can try to execute the following command, connected to the server via SSH as root:
# plesk ext sslit --hsts -disable -domain example.com
 
Back
Top