admin管理员组文章数量:1278910
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.
版权声明:本文标题:Getting SSL client context could not be created when Updating IMS version from 14.1.0 to 15.3.2 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741210228a2358963.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论