-
Notifications
You must be signed in to change notification settings - Fork 1.2k
certbot.errors.AuthorizationError: Some challenges have failed for review. #52
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
Comments
In meantime, I asked on Let's Encrypt forum. |
I was having this issue today as well. I've used this repo in the past as a starting point and everything worked great! Because I knew that it worked in the past I figured that I'd try to use an older version of the Try the following in your
|
@VivianSolide @brandonparee Did you try this with the updated 2.x branch? |
No, I didn't but I will give a try :) |
It doesn't work for me as well. I have tried running it locally. I added a I haven't added the volume mapping for nginx: |
I got it working actually, there was some nginx config which wasn't right. Thanks for the awesome guide you guys have made, really appreciate it. |
I've used brandonparee hack because v.2.x doesn't work in my situation... |
Unfortunately, the v0.36.0 hack doesn't work for me when trying on an ec2 linux server for a domain that's linked to a static ip for that server... |
I have a similar problem, but the error code from certbot is 'connection refused'. I have tried v0.36 and v.2.x - and had same result. I got nginx config from this repo and only added my host. |
v0.36.0 hack not working for me also |
Do you have some logs to share? |
I have same problems that all of you and tried a lot of options from differents posts and make it work for me: docker-compose
init-letsencrypt.shssl conf filescomment all these lines:
Create two files in data/certbot/conf file 1: options-ssl-nginx.conf file 2: ssl-dhparams.pem RSA lengthChange this:
to this:
certbot certonlyChange this:
to this:
PermissionsRun init-letsencrypt.sh without sudo !! Run docker without sudo: sudo groupadd docker
sudo gpasswd -a $USER docker
close console / reopen, for docker permissions to take effect If you have any questions, you can contact me ([email protected]) my codedocker-compse.yml
init-letsencrypt.sh
nginx / app.conf
|
@dappsar - thank you for documenting this so well, I had the same error and followed your methods but I am still not able to resolve the
I want to help get this resolved and I think your suggestions in #74 are very good. I am not sure where my certification is failing, but would you take a look at the following code and see if anything catches your eye? I appreciate it very much. I am hoping this is a simple mistake but if not maybe it will help firm up your merge request. docker-compose.yml (slightly redacted)
nginx.conf (subset and slightly redacted)
init-letsencrypt.sh (subset)
|
@abhimediratta what exactly was wrong with the nginx config that you got working? UPDATE Turned out, it was a firewall problem. Make sure HTTP over port 80 is allowed for incoming traffic. |
Oh man, thanks. I had the same problem and read the tip to check the firewall many times. But did not remember I only allowed 443 for incoming traffic when installing. Which worked fine. only the renewal failed without port 80. |
Anyone else still on the same boat? |
I still have the same issues, not sure whats wrong. Sometimes it works, sometimes it dont |
Hello,
Thank you for the detailed tutorial, but I'm having a weird issue.
After a lot of tries, I managed to get this verbose log:
xxx stands for my subdomain - lorem for my domain
I double checked my subdomain with nslookup and it seems to be fine.
Also, I tried on a different subdomain, same issue.
In order to give you all the inputs, please find my different files:
default.conf
init-letsencrypt.sh
docker-compose.yml
I'm really desesperate.
Any advice, tip or idea is more than welcome.
The text was updated successfully, but these errors were encountered: