-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error adding cert for subdomain.example.com #21
Comments
are you sure the mentioned domain is pointing to the same server where you installed the plugin? |
Yes, the cPanel server has about 20 IP's and the IP associated with the PDRnet.biz domain (no point in masking the domain name for obvious reasons) is on the same cPanel server that I installed the plugin. |
I have the same problem |
Okay thanks, Will look into this and update you soon. |
I am having the same issue while attempting to install certs on my sites. I've done a bit of searching and have not been able to find a solution. If I'm able to provide any kind of logs or anything to assist, please let me know. Error occured: Status: 403, Detail: Error creating new cert :: Authorizations for these names not found or expired: site.com, www.site.com, Type: urn:acme:error:unauthorized |
We're also seeing this issue on a cPanel server with Multiple IPs. |
I think I found the issue. The plugin will NOT let you create SSL certs for domains that already have SSL certs. So, I deleted the existing ones. Of course, I had a .htaccess to redirect non-https traffic to https, and since the certs were gone, let's encrypt couldn't verify the certs. Once I removed these lines from .htaccess, I could create my certs with the plugin, and returned to auto-redirect after. |
@coolacid Yes, you are right. If the domain has self signed certificate and if you set non-https traffic to https, let's encrypt failed to verify the certs due SSL warning. Will update the README soon :) |
Any issue when using in a server where ndeploy installed? Error occurred: Status: 403, Detail: Error creating new cert :: Authorizations for these names not found or expired: lx.XXXX.com, Type: urn:acme:error:unauthorized CENTOS 7.2 x86_64 standard – lx WHM 56.0 (build 18) |
I got it solved by reinstalling the ndeploy script after installation of letsencrypt plugin and it worked fine. Thank you |
Hi,
When I try to add a cert to a subdomain I get the following error.
Error occured: Status: 403, Detail: Error creating new cert :: Authorizations for these names not found or expired: imap.pdrnet.biz, www.imap.pdrnet.biz, Type: urn:acme:error:unauthorized
I had no prblem adding to example.com and www.example.com. Any suggestions?
Thanks for a great plugin.
The text was updated successfully, but these errors were encountered: