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

Commit

Permalink
Disable http2 on keycloak. Likely cause of reverse proxy issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Dec 5, 2017
1 parent 554f84d commit edd705c
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 edd705c

Please sign in to comment.