0

Per the title. Is this possible at all? I m looking to disable HTTP/2 / SPDY protocol for a specific domain. Currently, HAProxy / PFSense load balance requests to a number of IIS servers. Is this possible at all?

Yannis
  • 6,047
  • 5
  • 43
  • 62
  • Could you write an acl using the http version from https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#7.3.6-capture.req.ver ? And then a second acl to check the domain? And `http-request if both acls match`? – jmoney Jan 16 '19 at 01:31
  • But if they dont? I dont want to block the request. I just want to force HTTP 1.1 – Yannis Jan 16 '19 at 08:10
  • Are these https requests? You can force the http version for the entire frontend with alpn https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#5.1-alpn – jmoney Jan 16 '19 at 12:07

0 Answers0