• Matt Holt's avatar
    httpserver: Prevent TLS client authentication bypass in 3 ways (#2099) · 4d9ee000
    Matt Holt authored
    - Introduce StrictHostMatching mode for sites that require clientauth
    - Error if QUIC is enabled whilst TLS clientauth is configured
      (Our QUIC implementation does not yet support TLS clientauth, but
      maybe it will in the future - fixes #2095)
    - Error if one but not all TLS configs for the same hostname have a
      different ClientAuth CA pool
    4d9ee000
config.go 22.1 KB