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

Update certbot nginx+ssl configuration file source changes #82

Open
wants to merge 3 commits into
base: 2.x
Choose a base branch
from

Conversation

tmack8001
Copy link

@tmack8001 tmack8001 commented Jul 25, 2020

Running the 2.x script ends with 2 files for certbot that have the following source showing that the curl request failed with a file not found.

curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/tls_configs/options-ssl-nginx.conf
404: Not Found%

and

curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/ssl-dhparams.pem
404: Not Found%

When this happens the nginx files aren't properly parsing these optional inclusions and the main script fails with this error for the end user:

Challenge failed for domain example.org
Challenge failed for domain www.example.org
http-01 challenge for example.org
http-01 challenge for www.example.org
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: example.org
   Type:   unauthorized
   Detail: Invalid response from
   https://example.org/.well-known/acme-challenge/JvUfqE5FQ8BRv-3dq1mjUiFMtSBUni-qD4I1AJuwqEU
   [137.117.17.70]: 404

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

Successfully merging this pull request may close these issues.

1 participant