Replies: 2 comments 1 reply
-
Hi Dave, I'm turning this into a discussion since it's not actually an issue with the tool itself. If you're using Cloudflare in front of your web app, how did you set up the SSL profile for the site? If it's currently on "Flexible," try switching it to "Full" or "Full (Strict)". |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool, I'll try that. btw I dug deeper into the cert order flow:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Vito:
I followed this doc exactly: https://github.com/vitobotta/hetzner-k3s/blob/main/docs/Setting%20up%20a%20cluster.md For some reason I always get the K8s Fake Cert and not my Letsencrypt one.
I'm with Cloudflare and here my clusterissuer.yaml:
and here's my helloworld:
It creates the cert and secret fine. But I keep getting the Kubernetes Fake Certificate. My services are as follows:
Everything looks fine but for some reason it won't go secure in the browser:
Is it that Letsencrypt going to port 80 on a Hetzner LB thing? My service is set do a domain name instead of an IP though like in your docs.
I created a test certificate and I got the following in the certificate logs (Issuing certificate as Secret does not exist):
Cheers,
Dave
Beta Was this translation helpful? Give feedback.
All reactions