I’m trying to renew my certificate using acme-nginx, when I renew it gives me this error:
Jan 31 18:06:53 Trying to register account key
Jan 31 18:06:56 Already registered!
Jan 31 18:06:56 Requesting challenge
Jan 31 18:06:58 Adding nginx virtual host and completing challenge
Jan 31 18:06:58 Creating file /etc/nginx/sites-enabled/0-letsencrypt
Jan 31 18:07:01 desenv.oniq.com.br challenge did not pass: {u'status': u'invalid', u'validationRecord': [{u'addressesResolved': [u'80.241.211.206', u'2a02:c205:2011:2279::1'], u'url': u'http://desenv.oniq.com.br/.well-known/acme-challenge/Z3VYW1RWnvH0I-Yf3HlOwJV-8JDhRI7cGZXW_l6myVY', u'hostname': u'desenv.oniq.com.br', u'addressesTried': [], u'addressUsed': u'2a02:c205:2011:2279::1', u'port': u'80'}], u'keyAuthorization': u'Z3VYW1RWnvH0I-Yf3HlOwJV-8JDhRI7cGZXW_l6myVY.uFxU6Pn7CVBZryVu2tNlxDGIZT41cWcfVb-WjV3BoQM', u'uri': u'https://acme-v01.api.letsencrypt.org/acme/challenge/O92dvHmK7Ara0nkmSlMvnyIoCmvDe3Mz0wqAgHTXuzc/3299359643', u'token': u'Z3VYW1RWnvH0I-Yf3HlOwJV-8JDhRI7cGZXW_l6myVY', u'error': {u'status': 403, u'type': u'urn:acme:error:unauthorized', u'detail': u'Invalid response from http://desenv.oniq.com.br/.well-known/acme-challenge/Z3VYW1RWnvH0I-Yf3HlOwJV-8JDhRI7cGZXW_l6myVY: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor="white">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>"'}, u'type': u'http-01'}
I runned in debbug mode to see nginx configuration and everything works as expected, when I try to acces the challenge url of the mds file the download starts, Any guesses?