I am using a log-format string to configure my HAProxy frontend log and it works fine only for successful connections, but everytime a Client connects which is not authorized to connect, I am only getting the ~ return “SSL client certificate not trusted” Error messages, but without any format information used in my haproxy.conf log-format string.
Is it possible to format the “Failed” log too?
Thank you