From: Willy Tarreau Date: Thu, 27 Aug 2015 15:15:05 +0000 (+0200) Subject: DOC: fix example of http-request using ssl_fc_session_id X-Git-Tag: v1.6-dev4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fca4261dacab51db960d30120f4bb4201f7e4a51;p=thirdparty%2Fhaproxy.git DOC: fix example of http-request using ssl_fc_session_id It was missing the ",hex" resulting in raw binary data being dumped in the header or the logs. Now we know where these crazy logs originated from! --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 2da8f92c32..465956174c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3709,7 +3709,7 @@ http-request { allow | deny | tarpit | auth [realm ] | redirect | Example: http-request set-header X-Haproxy-Current-Date %T http-request set-header X-SSL %[ssl_fc] - http-request set-header X-SSL-Session_ID %[ssl_fc_session_id] + http-request set-header X-SSL-Session_ID %[ssl_fc_session_id,hex] http-request set-header X-SSL-Client-Verify %[ssl_c_verify] http-request set-header X-SSL-Client-DN %{+Q}[ssl_c_s_dn] http-request set-header X-SSL-Client-CN %{+Q}[ssl_c_s_dn(cn)]