Most GET Auth calls return status "invalid"
ptik31 opened this issue · 3 comments
I found out what the problem was -> staging Environment is currently broken ->
https://community.letsencrypt.org/t/certificates-orders-are-failing-with-500-error/181064/5
On prod it works, but only if I give enough time to the "Ingress propagation". Therefore I would like to create a PR making the propagation time configurable just like the rest of this great solution.
@ptik31 If you're up for it, I suggest exploring if a different solution exists for this. Specifically: I wonder if the nginx ingress controller adds some kind of metadata to the ingress object once it has read and applied the change. If this is the case then the best solution would be:
- Create the ingress
- Watch the ingress object for changes (and periodically check the ingress object)
- Once nginx adds its metadata confirming the change is propagated, continue with the process
If you find such a metadata that can be checked, I'd be happy to help implement it.
In the meanwhile it has been fixed