how do i avoid being blocked for having a self-signed certificate for the tools?
I have 5 servers (VMs) for CLM 6.02 (RTC, RQM; DCC; DOORS NG; SQL; JTS). They are all in the dev environment so we created self-signed certs. This worked fine with just a warning when using the current browsers. Then last month we decided that we should connect the tools (Requirements to Stories to Defects). We suddenly found we could not - not trusted connection!! Any way to get past this? Does RTC/JTS not allow one to do it?
Accepted answer
It's not RTC/JTS who takes care of the secure connections - it's the application server (Liberty I assume in this case). Self-signed certificate is usually not trusted, so you need to do something to allow the secure connection to be established. Put it simply, you can do the "Setup SSL Handshake between the Liberty profiles and IHS" step in the below article - you need to import certificates from all other servers, on each server. For example, on the RTC/RQM server, you need to import certificates from DCC, DNG, and JTS; on the DCC server, you need to import certificates from RTC/RQM, DNG, and JTS.
https://jazz.net/wiki/bin/view/Deployment/CLMDistributedSetupUsingLibertyProfile
Depending on the CA-signed certificates that you get, you may or may not need to import the CA certificates on each server.