Context:
ATS server terminating multiple secure sites

Question:
Is there an out-the-box configuration that allows me to
require client certificates if the client hello/handshake matches a
specific SNI value?


Something like:

+++
if

SNI matches foor.bar

then

proxy.config.ssl.client.certification_level INT 3
+++


I can't simply set 'proxy.config.ssl.client.certification_level' to 3
on a global basis as this would impact other secure sites that dont
require a client certificate.

Thanks!

Reply via email to