SSL Pass-Through - Traefik v1

Hey EveryBody,

I would like to know if i can use “SSL – Pass-Through” with traefik v1 ?

Thanks in advance

Hi @nicolas.diakite, as Traefik v1 is only L7, you can’t do passthrough, but you can pass tls client cert in a header: https://docs.traefik.io/configuration/commons/#pass-tls-client-cert
Traefik v2 is L4 & L7 and can therefore do real passthrough https://docs.traefik.io/v2.0/routing/routers/#tls :slight_smile:

Merci for the feedback :smiley: