Skip to content
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

urn:acme:error:unauthorized #57

Closed
dbiers opened this issue Jun 6, 2016 · 2 comments
Closed

urn:acme:error:unauthorized #57

dbiers opened this issue Jun 6, 2016 · 2 comments

Comments

@dbiers
Copy link

dbiers commented Jun 6, 2016

Getting this error that we're unauthorized for getting the verification from LetsEncrypt.

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

A couple of things about the environment.

  • open_basedir is currently active to prevent any out-side browsing of the users/accounts.
  • suPHP/suExec is currently active as a security measure.
  • mod_security is currently active (as we have many problems with attacks). I do not see any rules being triggered here.
  • DNS for domain is pointed to server via Cloudflare. The web requests come from cloudflare IP address ranges, although we're able to see real IP's via mod_cloudflare (like that helps anything at all..).

I can see when the script runs, I'm watching the folders and files get created and everything gets the correct permissions (folder 755, file 644). There is no current htaccess file causing re-writes and I can access test files I create in the acme-challenge folder.

I'm not sure why the errors keep coming through as unauthorized, though.

@dbiers
Copy link
Author

dbiers commented Jun 6, 2016

I can see the systems reaching the verification, but I don't know why it's failing. Maybe someone else has a clue?

66.133.109.36 - - [05/Jun/2016:23:52:10 -0400] "GET /.well-known/acme-challenge/z7SsZLN7kxTE******************************** HTTP/1.1" 200 87 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"

@Prajithp
Copy link
Owner

@dbiers Please check this #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants