Hello, i'm having some issues with managing to configure the latest version of the traefik helm chart to serve a default certificate defined in the default TLS Store , which in itself pulls the certificate from a secret created by cert-manager and reflected to the namespace in which traefik is installed. When trying to connect any of my exposed services, traefik logs "shows 2024-10-13T13:56:03Z DBG log/log.go:245 > http: TLS handshake error from 172.16.0.13:52532: tls: no certificates configured". This is how i have defined the tls store in my chart values tlsStore: default: defaultCertificate: secretName: example-tls
The certificate created has multiple sans for all the services i want to expose. I also have default tls options with SNI strict enabled. I've been trying to figure this out by reading the documentation but im getting confused on what is the correct way to setup this certificate managed by cert-manager to be served on my https entry point .