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 ?
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Sep 27, 3:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The documentation for ELM 7.0.2 only mentions Java 8. There are issues adopting newer Java versions. I would try Java 8 or Java 11. If one of that versions work, this issue is based on the Java version. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments