Re: Nginx and conditional logformat

2019-08-02 Thread cell...@gmail.com
Hi Francis, I need to use if to configure some behavior during the ssl client authentication because it's enabled at server block and we need to exclude some locations from the authentication. Marcello Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284984,285085#msg-285085 __

Nginx and conditional logformat

2019-07-25 Thread cell...@gmail.com
Hi All, we tried to add some debug information into our access_log for a service with a client certificate authentication. Actually we print some information related to the clients but we would print into the logs the client certificate sent by the client during the handshake in case of error. We t