Prajithp / letsencrypt-cpanel

cPanel/WHM plugin for Let's Encrypt client
MIT License
179 stars 61 forks source link

Issue with issuing SSL cert #101

Closed arshem closed 7 years ago

arshem commented 7 years ago

Error occurred: Status: 403, Detail: Error creating new cert :: Authorizations for these names not found or expired: mail.arshem.com, Type: urn:acme:error:unauthorized

I get this when trying to install an SSL cert. Ideas?

WilliamIsted commented 7 years ago

Is the DNS serving records for that address?

arshem commented 7 years ago

It uses CNAME for that address, no A record for mail

WilliamIsted commented 7 years ago

What is the CNAME set to?

arshem commented 7 years ago

arshem.com.

WilliamIsted commented 7 years ago

I'm not seeing any DNS records for that domain at all

arshem commented 7 years ago

http://mxtoolbox.com/SuperTool.aspx?action=cname%3amail.arshem.com&run=toolpage#

arshem commented 7 years ago

I found the issue: My firewall wasn't allowing DNS lookups, thus the call was failing. Sorry William!

WilliamIsted commented 7 years ago

No problem, it did throw me off that mxtoolbox was able to do the lookup.