0

A Issue raised to change HTTP version 1.1 only in web server configuration. I am using wildfly 10 as my server. I have tried using connector varible but it is not allowed in wildfly 10 so help me out with this.

leopal
  • 4,711
  • 1
  • 25
  • 35
Karthik P
  • 21
  • 2
  • 12

1 Answers1

0

In undertow subsystem configuration you should add require-host-http11="true" to your http/http-listener.

for more configuration options see https://wildscribe.github.io/WildFly/13.0/subsystem/undertow/server/http-listener/index.html#attr-require-host-http11

Tomaz Cerar
  • 5,761
  • 25
  • 32