Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #198 from hkeeler/keycloak-no-http2
Browse files Browse the repository at this point in the history
Disable HTTP/2 on keycloak
  • Loading branch information
kgudel authored Dec 5, 2017
2 parents 5ee9917 + edd705c commit 5e963f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<subsystem xmlns="urn:jboss:domain:undertow:4.0">
<buffer-cache name="default"/>
<server name="default-server">
<http-listener name="default" socket-binding="http" proxy-address-forwarding="true" redirect-socket="proxy-https" enable-http2="true"/>
<http-listener name="default" socket-binding="http" proxy-address-forwarding="true" redirect-socket="proxy-https" enable-http2="false"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<http-invoker security-realm="ApplicationRealm"/>
Expand Down

0 comments on commit 5e963f3

Please sign in to comment.