Pilot using HTTPS

Executing a pilot with traefik, kubernetes Ingress. Have an issue with HTTPS Ingress setup

time="2022-01-10T16:52:27Z" level=debug msg="'500 Internal Server Error' caused by: x509: cannot validate certificate for 192.168.29.25 because it doesn't contain any IP SANs"

Seems that traefik sends the https request to the backend using IP and not FQDN, these IPs are not inside the certificate with the above result.

Do I miss somewhere some kubernetes service/ingress annotation? Any advice?

What do your Traefik config and Ingress manifest look like? I'm having trouble understanding the question.

Please remove this ticket because contains IP

Everyone has a 192.168.x.x IP at home, it's not a public IP, it's not unique, so it's nothing that has been "disclosed".