Could someone please help with this
K8s version 1.28.2
Error: cert-manager-challenges Error presenting challenge: while attempting to find Zones for d ││ omain _acme-challenge.www.mohang.co.uk. ││ while querying the Cloudflare API for GET “/zones?name=_acme-challenge.www.mohang.co.uk” ││ Error: 6003: Invalid request headers<- 6103: Invalid format for X-Auth-Key header
@Cyb3r-Jak3
Thanks fixed the issue… i was doing the bas64 encoded value when creating the secret, but actually the when you create the value the k8s does the base encoding and its working now…
now my issue is:
i moved my domain to cloudflare and set dns A record and to my IP, but its not forwarding to my ip i can nslookup and get the details but when i do traceroute it fails, any advice
It seems your server is not responding on ports 80 and 443 and I guess the IP address is on a broadband connection. Check you have forwarded the ports in your router, your server firewall is configured and is running the services, your ISP isn’t blocking these ports or inbound connections and isn’t using CG-NAT.