Replies: 1 comment 2 replies
-
Hi. Could you provide a bit more information about your setup like maybe compose files or an equivalent ? acme-companion is not really meant to work in a clustered environment with multiple replicas as those replicas won't communicate between them and each one will attempt to obtain every certificate on their respective node (but not on other nodes), which will in turn most likely result in conflicts and possibly rate limiting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I run acme-companion on two servers to do load balancing?
When I try to run it on the second server with the same parameters as the first one, I get an error:
[Mon Oct 14 20:35:37 UTC 2024] <My_domain>: Invalid status. Verification error details: <1st_server's_IP>: Invalid response from http://my_domain/.well-known/acme-challenge/: 404
Apparently, after getting a certificate on the first server, the request from the second server to get a certificate for the same domain fails.
How can I get certificates from two different servers at once?
Beta Was this translation helpful? Give feedback.
All reactions