Way to skip only hostname verification for traefik serverstransport as well as in middleware(forwardauth)

Hi,
I was going through traefik documentation where it is mentioned that "insecuresskipverify" tag can be used to skip ssl verification in case of serverstransport as well as in middleware(forwardauth). In this case any dummy certificate can be used for ssl.
Is there any way to skip only hostname verification for traefik serverstransport as well as in middleware(forwardauth)
TIA

Thanks for your interest in Traefik!

Would you mind elaborating your use case?

Using k8s. I am using traefik ingress which. will use tmiddleware forward auth to route data to authentication service. Authentication service uses self signed certificate. So i want tls/mtls between middleware and auth service. Auth service is accessible using kubernets internal DNS