Proxy-pass SNI header to backend servers by default

Hi
I am using haproxy 2.4.22
Is there a global option that allows to proxy forward all SNI headers (as received by frontend) to all servers in all http backends per default?

What I mean is a global option that will silently do sni and check-sni (using the incoming SNI header) on all servers in all http backends.

Thanks