[6.0.3] Connecting to RTC with the Plain Java API using SSL
![]() I am trying to login using
|
3 answers
![]()
Hi,
Also check whether the below line is added to the Eclipse.ini file:
-Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2
If this still fails ,try adding the following also,
-Djdk.tls.client.protocols=TLSv1.2 -Dhttps.protocols=TLSv1.2
-Djavax.net.debug=true -Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2
Hope this helps,
|
![]()
Ralph Schoon (62.3k●3●36●43)
| answered May 11 '17, 1:55 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This comes into mind: https://rsjazz.wordpress.com/2016/09/21/cant-connect-to-rtc-running-with-jazz-authentication-server/
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sorry. Version number well hidden in the subject.......
|
![]() It appears that you have "-Dcom.ibm.team.repository.transport.client.protocol=SSL_TLSv2" specified in your environment. Changing it to "-Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2" should resolve the problem.
|
Comments
Rumor has it I have fun having to post this 4 times a day but, in fact, I don't: How should I ask a question in the Forum if I want to receive useful answers?
Version numbers is the minimum expected from anyone asking on this forum, Annie.
Just to add to this, SSL is being used in 99% of all RTC installs worldwide, including plain Java automation and the client e.g. Eclipse. It is being the standard and no one actually ever thinks about it, because it usually works.
So it is not anything extraordinary. But there might be special variants out there with issues.