I ran this command: I am creating the cluster in Argo Cd, everything is green but we are getting this error
dial tcp: lookup acme-v02.api.letsencrypt.org on X.X.X.X:53: server misbehaving
Can somebody help or give an opinion where we should look at ..
I don't know as people here will be able to give you much help, it sounds like your DNS resolver isn't configured correctly. I don't think there's anything specific to Let's Encrypt. Can that DNS server resolve other names?
Your system cannot complete a basic outgoing DNS query to resolve the Let's Encrypt API.
Nothing is going to work until your system can make DNS queries.
It has nothing to do with Let's Encrypt DNS validation or simply.com (which is your domain registrar, not your DNS resolution service) etc, your system just can't resolve public DNS names.
Hello @webprofusion,
So we are using Azure Firewall Premium and all outbound connectivities are configure including also Lets Encrypt endpoint as URL filter:
In first case on Azure Firewall when we leave the DNS section as Default Azure Provided we get this error on Traefik pod:
"x509: certificate signed by unknown authority"
Hello @MikeMcQ , I am unable to run this command inside Traefik pod inside my cluster, looks like I don't have also permissions to install packages.
/ $ whoami
whoami: unknown uid 65532
/ $ echo | openssl s_client -connect acme-v02.api.letsencrypt.org:443 | head
sh: openssl: not found