I'm trying to set up an ingress that requires both:
Lets Encrypt certificate acquired via TLS-ALPN-01 challenge
Client certificates for incoming requests
I'm under the impression that Traefik is denying the TLS-ALPN-01 requests incoming from LE, because they aren't supplying a client certificate. Is that possible?
Hello @Korijn and thanks for your interest in Traefik,
I'm under the impression that Traefik is denying the TLS-ALPN-01 requests incoming from LE, because they aren't supplying a client certificate. Is that possible?
You are right, when ACME is making the TLS challenge request the defined TLSOption applies. This means that the client certificate will be requested during this challenge request.