Cannot connect to Project Area/Repository Connection in Eclipse (RAD) - Connection Failed
I just installed Jazz on a server, and I have the 10 free developer license for RTC (we are using it is a proof of concept to get the business to buy a license). We did the express setup for Jazz ~ Tomcat and Derby DB. My Scrum Master created a project area.
I have RAD (IBM Rational Application Developer) 7.5.4 and I was able to install the Jazz plugin. I went to the Jazz Administration perspective, and I clicked the Connect to Project Area link, and I enter my server information (obscured for privacy):
https://servername.domain.com:9443/ccm
and a username and password, and I keep getting the message:
Failed to log into 'servername.domain.com'.
Eventually I get a more detailed error:
Failed to log into 'servername.domain.com'
CRJAZ0099I HTTP error "Received fatal alert: handshake_failure" accessing URL "https://servername.domain.com:9443/ccm/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService".
I can access the same https://servername.domain.com:9443/ccm from a web browser just fine, however, the SSL certificate is told to be invalid (I understand that I need to replace the SSL certificate with my company's SSL certificate). Could this be causing the problem?
Otherwise, why would it be choking at such a simple step?
Accepted answer
Try to add "-Dcom.ibm.team.repository.transport.client.protocol=TLSv1" to the .ini file of your RAD/Eclipse. I guess you're using CLM 5.0 which only allows TLS by default. You can also try TLSv1.2 if you're adventurous.
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m4/topic/com.ibm.jazz.install.doc/topics/t_enable_tls1.2_rtc.html