-
Notifications
You must be signed in to change notification settings - Fork 184
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
Submit-ACMEChallenge : Unexpected error #67
Comments
Please see the recently updated troubleshooting page, the LE servers currently do no support the DNS challenge method. I believe the updated support for DNS has been committed in the source repo for the Boulder CA server, but those changes have not yet been deployed to STAGING or BETA/PROD. |
I see. What is my other option with this client? |
The LE servers correctly support the HTTP and TLS-SNI challenge types, and the ACMESharp project currently supports HTTP, so that's your option. If you're configuring IIS or one of the AWS resource types included in the project, you can even have ACMESharp configure the endpoint for you for satisfying the challenge, otherwise you can use the manual HTTP challenge handler and follow the instructions it spits out. |
* As per [letsencrypt/boulder#1242] and the [LE Community Support](https://community.letsencrypt.org/t/dns-challenge-is-in-staging/8322) site, Boulder has restored DNS challenge support conforming to the latest ACME specification. * I've re-enabled the integration tests for the DNS challenge, and after adding a short delay between the handling and submission of the challenge (to make sure it's not verified too soon), the validation is working. * Yay!!! DNS challenges are back baby!
The DNS challenge support has been restored to the LE staging server and I've run some tests and confirmed it's working once again for ACMESharp as well. |
I am working through this using manual dns
I have added the TXT record to my domain and now trying to tell ACME I am finished.
I am running into the following error doing Submit-ACMEChallenge. Please help.
The text was updated successfully, but these errors were encountered: