frontend https
	bind	BIND@:443
	mode	tcp
	option	tcplog
	tcp-request	inspect-delay 5s
	tcp-request	content accept if { req_ssl_hello_type 1 }
	default_backend	https

backend https
	mode	tcp
