Closed m-hoseyny closed 1 year ago
same here, not possible to install netmaker without working zerossl
same here too.
{"level":"error","ts":1679948666.2064757,"logger":"tls.obtain","msg":"could not get certificate from issuer","identifier":"broker.myredacted.server","issuer":"acme.zerossl.com-v2-DV90","error":"registering account [mailto:admin@myredacted.server] with server: attempt 1: https://acme.zerossl.com/v2/DV90/newAccount: HTTP 429: <html>\r\n<head><title>429 Too Many Requests</title></head>\r\n<body>\r\n<center><h1>429 Too Many Requests</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"} {"level":"error","ts":1679948666.2066092,"logger":"tls.obtain","msg":"will retry","error":"[broker.myredacted.server] Obtain: registering account [mailto:admin@myredacted.server] with server: attempt 1: https://acme.zerossl.com/v2/DV90/newAccount: HTTP 429: <html>\r\n<head><title>429 Too Many Requests</title></head>\r\n<body>\r\n<center><h1>429 Too Many Requests</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n","attempt":1,"retrying_in":60,"elapsed":0.980024638,"max_duration":2592000}
There is an ongoing issue with ZeroSSL as documented here: cert-manager/cert-manager#5867
As a temporary workaround. After running the nm-quick installer and seeing the Caddy errors:
There is a possibility that LetsEncrypt will rate limit as well but this should be better.
Merged https://github.com/gravitl/netmaker/pull/2147 Should resolve for now. Will revert back to ZeroSSL once the issue is resolved.
Contact Details
mohammad.hoseyny@gmail.com
What happened?
Hello,
I want to implement the Netmaker on my server. I used the wizard script to install the project. However, I got an error about
too many requests 429
in caddy system.You can see the log of my caddy container:
When I open
dashbord.wg
orapi.wg
orbroker.app
I get certificate error.Could you please help me to solve this issue? I know this is caddy issue but I cannot find anything about it.