Hi,
> Since 1.6, HAProxy supports sni on the server side, using a fetch.
Oh, thanks, that must have slipped through the cracks :)
> Folks,
>
> Sorry for offtopic, but I am observing more or less same situation with
> nginx.
> My HTTP/2 configuration works when frontend/backend are configured in
> TCP mode, but doesn't work if frontend/backend are in HTTP mode.
Of course it doesn't, haproxy doesn't support HTTP2. TCP mode (encrypted or
not) is the only way to forward HTTP2 to backend servers.
Regards,
Lukas