Why can't I connect using RTCPLAINJAVALIB?
I'm trying to access RTC using a third -party Workitem Command LINE, but some PC will get a connection error.
Do you know the cause?
openjdk: 1.8.0.332-1
wcl: 5.3.1
PlainJava: RTC-Client-plainJavaLib-6.0.6
TeamRepositoryException: Unable to log into repository!
CRJAZ0099E An HTTP error occurred when this URL was being accessed: /ccm/versionCompatibility?clientVersion=6.0.6. Error details: No negotiable cipher suite.
Accepted answer
The work item command line depends on a correctly set up client laptop and server. The error you are seeing is most likely related to how the clients are set up. You will have to find out what is different on the computers that show the error.
Comments
One other answer
You may need to ask the supplier of that 3rd party command line tool.
The message No negotiable cipher suite looks like a standard SSL exception due to incorrectly confgured TLS.
For example, see https://stackoverflow.com/questions/62022000/javax-net-ssl-sslhandshakeexception-no-negotiable-cipher-suite-fatal-error-80.