Unable to connect Jenkins server from RTC with TLS 1.2 enabled
![]() Our networking team has configured our F5 load balancer to use TLS 1.2 in our test environments. Since doing this our connection between RTC and Jenkins is broken. We've enabled TLS 1.2 in our WAS 8.5.5 profile but still couldnt connect to the Jenkins server. Im guessing there's additional configuration needed.
We also download JCE updates for Java 6 but it totally broke connectivity to the RTC application. Any help would be appreciated. |
One answer
![]() Based on the error message alone, you can follow the technote below to enable strong encryption, and hopefully resolve the issue.
Comments Thanks Donald, we followed those instructions but still having trouble connecting to Jenkins.
It seems that we're moving backwards, as the error indicates that TLSv1, not TLSv2 was used during the handshake. :-(
Just remember something, the method in the above comment will not solve your issue as the QoP setting deals with incoming connections (WAS as a server), not outgoing connections (WAS as a client).
|