Reputation: 691
I am updating IBM ims version from 14.1.0 to 15.3.2 for payara based application
I have updated dependency on pom.xml as below:-
<dependency>
<groupId>com.ibm</groupId>
<artifactId>imsico</artifactId>
<version>15.3.2</version>
</dependency>
When I deploy my application I am getting error related to SSL client context could not be created:-
{"Timestamp":"2025-02-24T10:44:48.371+0000","Level":"SEVERE","Version":"Payara 5.64.0","LoggerName":"com.ibm.j2ca.RAIMSTM","ThreadID":"198","ThreadName":"pool-33-thread-1","TimeMillis":"1740393888371","LevelValue":"1000","Throwable":{"Exception":"ICO0091E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@3c5ccaad.connect() error. SSL client context could not be created. [java.security.NoSuchAlgorithmException: TLSv1.0 SSLContext not available]\njavax.resource.spi.SecurityException: ICO0091E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@3c5ccaad.connect() error. SSL client context could not be created. [java.security.NoSuchAlgorithmException: TLSv1.0 SSLContext not available]\n\tat
Any help would be appreciated.
Upvotes: 0
Views: 20