• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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