Hello Vincent, In 1.6 there is ssl_fc_is_resumed, which will tell you if the SSL session has been resumed on the frontend side using either SSL session IDs or TLS sessions tickets.
And I noticed a typo in the docs there now which prevents the link form being correctly generated in Cyril's docs. I'll send a patch later today. On 09/09/2015 12:04 PM, Vincent Gallissot wrote: > Hi all, > > Is there a way to log if HAProxy is reusing ssl frontend/backend > sessions, like ssl_fc_session_reuse or alike ? > For the moment I use ssl_fc_session_id and ssl_bc_session_id, but it's > hard to detect whether or not it's a new SSL session in logs. > I just need this binary info if it exists. > > Thanks all, > Vincent > Regards. -- Nenad Merdanovic | PGP: 0x423edcb2 Linkedin: http://www.linkedin.com/in/nenadmerdanovic

