Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM Copy Utility Chokes on TLS 1.2

 Trying to use the RQM copy utility to copy items from one server to another. The source server uses TLS1.2 - the copy utility chokes on that:


 02:02:16,543+0000 [main]  INFO com.ibm.rqm.ct.CopyUtil: Attempting to create SSL_TLS context
21 Feb 2020 02:02:16,637+0000 [main] ERROR com.ibm.rqm.ct.CopyUtil: SSL_TLS SSLContext not available
21 Feb 2020 02:02:16,637+0000 [main]  INFO com.ibm.rqm.ct.CopyUtil: Unable to create SSL_TLS context, trying SSLv3
21 Feb 2020 02:02:18,355+0000 [main] ERROR com.ibm.rqm.ct.CopyUtil: Error logging in to source: javax.net.ssl.SSLException: Received fatal alert: protocol_version
javax.net.ssl.SSLException: Received fatal alert: protocol_version
at sun.

Is there any way to force it to use TLS 1.2 ? 

0 votes



One answer

Permanent link

Thanks to Brian Lahaie for this one - a command line switch worked - well at least it got past the TLS error anyways:


java -Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2" -jar RQMCopyUtility.jar -s=xxxxxxxxx


0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,122

Question asked: Feb 20 '20, 9:10 p.m.

Question was seen: 1,075 times

Last updated: Feb 20 '20, 11:14 p.m.

Confirmation Cancel Confirm