Unexpected attribute 'enabled-ciphersuites-tls13' in Redhat Datagrid 8.3.1
Issue
There is error whenever enabled-ciphersuites-tls13 attribute is used in the configuration in Redhat Datagrid 8.3.1
Configuration as below throws Error.
<ssl>
<keystore path="server.p12"
relative-to="infinispan.server.config.path"
password="secret"
alias="server"/>
<!-- Configures Data Grid Server to use specific TLS versions and cipher suites. -->
<engine enabled-protocols="TLSv1.3 TLSv1.2"
enabled-ciphersuites="TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256"
enabled-ciphersuites-tls13="TLS_AES_256_GCM_SHA384"/>
</ssl>
Error encountered was:
2023-05-31 16:54:00,553 FATAL (main) [org.infinispan.SERVER] ISPN080028: Red Hat Data Grid Server failed to start org.infinispan.commons.configuration.io.ConfigurationReaderException: Unexpected attribute 'enabled-ciphersuites-tls13' encountered[25,174]
Environment
- Redhat Datagrid
- 8.3.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.