You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fffonion, looked also there and the only one I found could be relevant was #12224 but without any further information.
But this issue must have started with PR #11703 from @bungle..
I'll add new certs manually for now so that my things don't stop work mid next week :P
Is there an existing issue for this?
Kong version (
$ kong version
)3.5.0
Current Behavior
I try to trigger a renewal of certificates and there seems to be some issue in the acme client.
This is the request I do towards the admin-api:
curl http://XX.XXX.XXX.XXX:8001/acme -XPATCH
The response from my request is this:
This is the error message from Kong:
Expected Behavior
I except the existing certificates to be renewed and not get stuck with the "old" ones.
Steps To Reproduce
curl http://XX.XXX.XXX.XXX:8001/acme -XPATCH
Anything else?
I use DecK for configuring Kong, but I've done that since months and without any problem.
If I recall correct I did not have the renewal issue when I run an older version of Kong (not 3.5.0), but I don't remember the version back then.
The text was updated successfully, but these errors were encountered: