Hi Pieter,
On 7 February 2018 at 11:15, Pieter Vogelaar <[email protected]> wrote: > I have a http frontend “default-http” and “default-https”. In the access log > is the ~ (tilde) character appended to the default-https frontend name, like > “default-https~”. > > > Why is that? As per: http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.2.4 > | | %ft | frontend_name_transport ('~' suffix for SSL) | string | The tilde means the the incoming connection was SSL encrypted. cheers, lukas

