Problems after implementing TLS1.2
3 answers
We have seen a similar issue but with the RQM command line adapter, what we can do for the RFT adapter is to modify the startadapters.bat and configureadapters.bat and include
Example for the startupadapter.bat:
This should allow the adapter to connect to RQM |
-Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2 can be passed in start.bat file as well. Foe example
java.exe -Dcom.ibm.team.repository.transport.client.protocol=TLSv1.2 -Dlog4j.configuration=file:.\log4j.properties -classpath "%filecontent%" com.ibm.rqm.adapter.commandline.QMCommandLineAdapter %*
|
On the adapter console side you'd see an entry with TLSv1.2 is resolved and used.
Attempting to create protocol context using system property: TLSv1.2
Successfully created an HTTP client Security consideration: Adapters enable you to run programs remotely. When you use adapters, ensure that you run them by using a restricted user account that has access to only the required resources. Attempting to create protocol context using system property: TLSv1.2 The adapter is now connected Resolved project area name "RQM-RTC-Build(QM)" to project area alias "RQM-RTC-Build%28QM%29". "Created Commandline Adapter" |
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.