Skip to content

Commit

Permalink
Add http2 upgrade to enable noCompressionStrongETag
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed May 16, 2024
1 parent e111517 commit 461efbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cirras-underwriting-api/deploy-tools/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@
TLS_RSA_WITH_AES_256_CBC_SHA256,
TLS_RSA_WITH_AES_256_CBC_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA256,
TLS_RSA_WITH_AES_128_CBC_SHA"
TLS_RSA_WITH_AES_128_CBC_SHA">

<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"
noCompressionStrongETag="true"/>

/>
</Connector>

<Engine name="Catalina" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.LockOutRealm">
Expand Down

0 comments on commit 461efbe

Please sign in to comment.