-
Notifications
You must be signed in to change notification settings - Fork 39
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
Failed renewal #127
Comments
can you please enable debuging in acme2certifer ( In addition, please share the win-acme commands you are using for enrollment and to get the renewal information. Thanks |
To continue in this... Please specify the win-acme version you are using. It seems that EmptyResponse issue is already known and got fixed in 2.2.3.1 |
Thank you. I was meanwhile able to replicate the issue. The problem is related to win-acme as the renwal-info path is not constructed correctly. I've already opened a related issue. I also have workaround available. Would you be able to test it on your side? If so what do you need (which docker image, rpm, deb)? |
I am using a docker image. can you explain about the bug and the fix you did? which files did you changed and what extacly? |
The Issue lies in the way how win-acme is constructing the renewal-info path. According to an RFC draft from Feb this year it should be the renewalinfo URL with a forward slash and the based64 encoded CertID. So a renewal-info path should be something like this win-acme does not include the forward-slash so the renewal-info path does look like this: The CertID contains the certificate serial number which is used by a2c to lookup the renewal information. Due to this bug a2c is not able to extract and decode certid and serial number and cannot lookup the renewal information from database. Fix must be done in win-acme; all I can do is to work around this issue. The patch 2bb1f57 allows a2c to cope with this behavior and to extract the certid even if the forward slash is missing. Two files had been modified G. |
fix got included in v0.33. Thus, closing... |
Hi
I'm getting Error getting renweal information from server, after i successfully got a certificate using win-acme.
the error is coming from:
ACMESharp.Protocoal.AcmeProtocolException: Unexpected response status code [BadRequest] for [GetRenwealInfo]
In the logs, when I send the request to renwal - my request completed with BadRequest, And in addition I get Empty Response.
I Would like to get contacted please
The text was updated successfully, but these errors were encountered: