-
Notifications
You must be signed in to change notification settings - Fork 185
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 returns Unexpected Error #64
Comments
The unexpected error in this step usually means an unexpected error response from the ACME server (Let's Encrypt). Are you using the staging or beta server endpoint? Can you check your system requirements against these that I just recently put up? |
Also, how many times did you try? A few users have pointed out that if they get a similar error and then later retry again (either just this step, or the complete series of steps starting with validating a DNS Identifier and all that follow), they get success usually because LE's server was either temporarily down for maintenance or unexpectedly down for issues). |
I'm using the staging server: Initialize-ACMEVault -BaseURI https://acme-staging.api.letsencrypt.org/directory I tried yesterday and today, with the same result. |
By the way, I'm using the binaries that I obtained from here: https://www.kingbain.com/letsencrypt-powershell-modules-for-iis-and-apache/ |
That version seems fairly recent, there is slightly newer release but I suspect it doesn't have much that differs from the release you have. There have also been more recent changes added to the master branch but again I don't think they will have an impact on your situation. Can you verify that your site can be externally accessed on port 80 for any file rooted at the following path: Also, these files should return with a |
Thanks, I fixed it following your instructions. This is what I did:
|
Great! |
I'm following this tutorial:
https://cultiv.nl/blog/lets-encrypt-on-windows/
but when I get to the Submit-ACMEChallenge statement, this is what I get:
Submit-ACMECertificate : Unexpected error
How can I fix it?
The text was updated successfully, but these errors were encountered: