Hi,
I’m trying to Issue SSL For MailServer but in the end I receive the following error: “Could not connect to server, please refresh this page”.
Issuing SSL for my other websites works fine but not for MailServer.
Is there any command (for MailServer domain, not for a regular website) I should try to run through the terminal to debug this and see why this error happens? Something like this:
/root/.acme.sh/acme.sh --issue -d <YOUR\_DOMAIN> -d www.<YOUR\_DOMAIN> --cert-file /etc/letsencrypt/live/<YOUR\_DOMAIN>/cert.pem --key-file /etc/letsencrypt/live/<YOUR\_DOMAIN>/privkey.pem --fullchain-file /etc/letsencrypt/live/<YOUR\_DOMAIN>/fullchain.pem -w /usr/local/lsws/Example/html --force --debug
I would appreciate any help regarding this issue. Thanks in advance!
P.S. Issuing SSL For MailServer for my subdomain (mail.mydomain.com) works fine as well, but not for the root domain (mydomain.com).