@mikem wrote:
hi,
we enabled http2 with
frontend thef bind *:443 ssl crt /mnt/certs alpn h2,http/1.1
and now facing the problem of https://http2.github.io/http2-spec/#reuse when using wildcard certs on the same ip
We tried
frontend thef bind *:443 ssl crt /mnt/certs alpn h2,http/1.1 bind *:443 ssl crt /mnt/certs/example.pem
but it seems this just makes a random use of the binds. Is there a way to do it? btw. we have no influence on the apps configuration like httpd.conf
cheers,
mike
Posts: 4
Participants: 2