Error details: Received fatal alert: handshake_failure while debugging Rhapsody helper code in RTC Eclipse
Hello All,
I am trying to debug Rhapsody helper code in RTC Eclipse but I am getting below error,
Error details: Received fatal alert: handshake_failure
I have added -Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2 line in eclipse.ini file and added ClientProtocol=-Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2
ClientStrictProtocol=-Dcom.ibm.jsse2.sp800-131=strict lines in rhapsody.ini file, but still I am facing the same issue, please suggest if I missed anything to resolve the issue.
RTC Eclipse- 6.0.6.1
Rhapsody Client- 8.4
|
2 answers
Can you try removing the 'strict' line from the rhapsody.ini file. I've seen a case where that was the solution. The server can be set to not use TLS1.2, or it can use it but then it can or cannot be using strict mode as well.
|
Can you try removing the 'strict' line from the rhapsody.ini file. I've seen a case where that was the solution. The server can be set to not use TLS1.2, or it can use it but then it can or cannot be using strict mode as well.
|
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
Hello All, Is any solution for this, please suggest