On Fri, Oct 10, 2014 at 5:54 AM, Eugene Istomin <[email protected]> wrote: > Hello, > > > > can we log SNI headers (req_ssl_sni) or generally, SNI availability > (ssl_fc_has_sni) the same way we log SSL version (%sslv)? > > --- > > Best regards, > > Eugene Istomin > >
Hi Eugene, You can log sni information using the following sample fetch on a log-format directive: %[ssl_fc_sni] Baptiste

