– Add this cipher in the server.xml file.
For reference, please follow the file path: (D:\Onprem8.2.0\tools\apache-tomcat-11.0.6\conf\server.xml)
"
<Connector port="443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
connectionTimeout="20000"
maxThreads="250"
SSLEnabled="true"
scheme="https"
secure="true"
defaultSSLHostConfigName="_default_">
<SSLHostConfig sslEnabledProtocols="TLSv1.3,TLSv1.2"
ciphers="ECDHE-ECDSA-AES128-GCM-SHA256:
ECDHE-RSA-AES128-GCM-SHA256:
ECDHE-ECDSA-AES256-GCM-SHA384:
ECDHE-RSA-AES256-GCM-SHA384:
ECDHE-ECDSA-CHACHA20-POLY1305:
ECDHE-RSA-CHACHA20-POLY1305">
<Certificate certificateKeystoreFile="D:\Onprem8.2.0\tools\apache-tomcat-11.0.18\conf\aeserver.jks"
certificateKeystorePassword="123456"
type="RSA" />
</SSLHostConfig>