Thanks!
I missed this part of doc: "If a variable is named between square brackets
('[' .. ']') then it is used as a sample expression rule "
---
Best regards,
Eugene Istomin
On Sunday, October 12, 2014 05:24:36 PM Baptiste wrote:
> 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