-
I have been troubleshooting an issue where k3s seems to be stripping a web client's x.509 certificate headed to a Keycloak deployment. I assume this because Keycloak gets the error message "x509 client certificate is not available for mutual SSL". But when I open a nodeport to Keycloak, it works as expected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you're using the Traefik Ingress to expose it, then it is expected that TLS will be offloaded to the ingress. You should either set up a dedicated TCP router in traefik, or expose the Service directly without going through the ingress. |
Beta Was this translation helpful? Give feedback.
This is really a traefik question, not a K3s question. You might check the Traefik community forums?
https://community.traefik.io/t/tls-passthrough-for-http-router/18474/2