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

RQMUrlUtility working with TLS 1.2?

 I get an SSLHandshakeException when trying to use the RQMUrlUtility against our CLM 6.0.2 environment that requires TLS 1.2.  I've tried both Java 7 and Java 8 and get the same error.  Works fine on environments where TLS 1.2 is not required.


Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
RQMUrlUtility: Cannot authenticate to server javax.net.ssl.SSLHandshakeException
: Received fatal alert: handshake_failure

0 votes


Accepted answer

Permanent link

Hello Robert,

The  RQMUrlUtility will work when connecting to an environment that is configured to use TLS 1.2. You would need to add the following to your command:

-Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2"

So the command would look similar to below:

java -Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2" -jar RQMUrlUtility.jar -command GET -user CLM -password <password> -filepath C:\\tmp\\tc.xml -url

Robert Huet selected this answer as the correct answer

2 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
× 10

Question asked: Oct 24 '17, 12:48 p.m.

Question was seen: 5,817 times

Last updated: Oct 24 '17, 12:53 p.m.

Confirmation Cancel Confirm