Has anyone succeeded in connecting to TeamForge?
We're big Collabnet users here and I have very successfully connected Intellij IDEA to Cloudforge for source control, but I'm having trouble getting it connected to Teamforge for issue and bug tracking. I've installed the latest CollabNet connector but when I try to add a new TeamForge server, I always get the error "com.collabnet.config.RemoteApiException: javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name".
After a bit of web research, I found several articles suggesting that this can be caused by changes in the handling of SSL protocol introduced in Java a year ir two ago. The recommended solution was to add the following to the command line :
-Djsse.enableSNIExtension=false
I tried this and it certainly had an effect - not my attempts to connect to TeamForge are all rejected with invalid user id/password errors.
So, has anyone made it work? I have to admit that I had exactly the same problem trying to connect from Eclipse, so it is not specifically an Intellij problem...
Martin
请先登录再写评论。
Hello Martin,
Do you use "CollabNet Tools" plugin: https://plugins.jetbrains.com/plugin/7116-collabnet-tools/?
I do. I think the problem may just be poor documentation - I simply cannot work out how to configure the connection to the TeamForge server... I just tried again in order to be able to write this response and I'm still getting the error "com.collabnet.config.RemoteApiException: javax.net.ssl.SSLHandshakeException: received handshake warning: unrecognized_name"
In the URL box of the connection details, I've entered https://xxxxxxxxxxx.ctf.cloudforge.com where "xxxxxxxxxxx" is our sub-domain within CollabNet. I can successfully log into the TeamForge web interface using this URL. For the user id and password, I use the same credentials that successfully log me into the web interface.
As I said above, I get exactly the same error when I attempt to connect to Team Forge though Eclipse's equivalent interface.
Martin,
Looks like there is an issue with plugin: https://help.cloudforge.com/hc/en-us/community/posts/212846503--Received-fatal-alert-handshake-failure-when-trying-to-connect-to-CloudForge-using-Collabnet
Have you tried to contact plugin vendors?