We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dc3b71 + a5c3408 commit 3bb9fa0Copy full SHA for 3bb9fa0
1 file changed
src/java/resources/files/tomcat/conf/server.xml
@@ -20,7 +20,7 @@
20
21
<Service name='Catalina'>
22
<Connector port='${http.port}' bindOnInit='false' connectionTimeout='20000' keepAliveTimeout='120000'>
23
- <UpgradeProtocol className='org.apache.coyote.http2.Http2Protocol' />
+ <UpgradeProtocol className='org.apache.coyote.http2.Http2Protocol' allowSchemeMismatch='true'/>
24
</Connector>
25
26
<Engine defaultHost='localhost' name='Catalina'>
0 commit comments