CAC00152E Error in tls.properties.

Explanation

There was an error while parsing tls.properties.

User response

The error may be caused by the truststore, the private keystore, or their passwords.

Although the TLS connection between VSAM Remote Source and the log reader support server authentication as a fallback, it is strongly recommended to use mutual authentication.

Both a truststore and private keystore are required by class="ph codeph">tls.properties<. This is because Access Server requires mutual authentication.

For the case of using VSAM Remote Source without Access Server and without mutual authentication, an unused private keystore will still need to be generated to avoid an error.

keytool -genkeypair -noprompt -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -dname "CN=DUMMYCN" -validity 365 -keypass password -keystore dummy.jks -storepass password -storetype PKCS12

Once the issue is corrected, restart the container.