Skip to content

Commit

Permalink
remove http2 stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouly authored Feb 26, 2024
1 parent 045a9ae commit 963695a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/config/tlsSecurityFIPS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<sslDefault sslRef="odmDefaultSSLConfig" />
<ssl id="odmDefaultSSLConfig" keyStoreRef="odmDefaultKeyStore" sslProtocol="TLSv1.2,TLSv1.3" enabledCiphers="ENABLED_CIPHERS" />
<keyStore id="odmDefaultKeyStore" location="/config/jvm/pkcs11cfg.cfg" type="PKCS11-NSS-FIPS" fileBased="false" password="__KEYSTORE_PASSWORD__" provider="SunPKCS11-NSS-FIPS"/>

<!-- Specify whether the HTTP channel creates an I/O exception when an inbound connection is closed while still in use by the servlet. -->
<httpOptions id="defaultHttpOptions" ThrowIOEForInboundConnections="false"/>
</server>

0 comments on commit 963695a

Please sign in to comment.