Replies: 5 comments 3 replies
-
@maaft Are you sure it wasn't the dns that needed time to propagate? |
Beta Was this translation helpful? Give feedback.
-
@maaft If you click the orange cloud to disable proxying, does it work? Also |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech I should've mentioned that as soon as I disable "proxy" mode at cloudflare, the connection works flawlessly. Thing is, I'd really like to use proxied DNS. Without proxy, it returns the correct IPs. Hm, probably proxied DNS entries use their own SSL certificate and that is what confuses |
Beta Was this translation helpful? Give feedback.
-
@maaft Hmm, maybe check cloudflare's ssl settings, choose source to clouflare to not enforce ssl, because it's already encrypted. It will only enforce from your machine to cloudflare. Try that! |
Beta Was this translation helpful? Give feedback.
-
I can confirm, that if disable "Proxied" everything works of course additional_tls_san var was set. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using cloudflare proxied DNS records, you cannot talk to K8S API, even when
additional_tls_san
is set correctly.This makes it impossible to configure firewall such that only connections coming from cloudflare are allowed.
Steps to reproduce:
kubectl get nodes
) -> connection does not work / freezeKube.tf file
Screenshots
No response
Platform
Linux
Beta Was this translation helpful? Give feedback.
All reactions