Migration Issue: Certificate Error in RTC LinkPublisher
Spectrum Control Team is migrating Spectrum Control from Java 8 to Java 17 and we are facing RTC LinkPublisher ant target-related error.
Problem Statement:
We are using RTC as our build engine. The build process completes successfully, but publishing the build link fails due to a certificate-related error with the RTC LinkPublisher ant target.
Details:
ant target :
<linkPublisher repositoryAddress="${repositoryAddress}" userId="${userId}" passwordFile="${passwordFile}" buildResultUUID="${buildResultUUID}" url="http://tucgsa.ibm.com/projects/t/tpcbuilds/${misc.gsa.dir}/${tpc.release}_${buildLabel}" label="${tpc.release}_${buildLabel}" />
RTC Version: 7.0.2
Java Version: ibm jdk-17.0.7+7
Caused by: java.lang.RuntimeException: No acceptable encryption algorithm found
at com.ibm.team.repository.transport.client.SSLUtils.createSSLContext(SSLUtils.java:175)
What could be reason ?
Comments
satyam kaushik
Sep 26 '24, 10:42 a.m.