After installing zOS 2.3 maintenance and updating Java that CEMETOM uses, CEMETOM is failing with:
SEVERE: Failed to initialize component ÝConnectorÝHTTP/1.1-8443¨
Caused by: java.lang.IllegalArgumentException: No cryptographic provider to support protocol TLSv1.3
The config is set to use 1.2, shown as:
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtoco
maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
-->
<Connector port="8443" maxHttpHeaderSize="8192"
address="10.108.132.10"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
SSLEnabled="true"
algorithm="IbmX509"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
sslEnabledProtocols="+TLSv1.2"
keystoreType="JCECCARACFKS"
keystoreFile="safkeyring://TCPIP/PLX1RNG4"
sslImplementationName="com.ca.sslsocket.CASSLImplementation" />
Release : 6.0
Component :