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

SSLContext error withy RQMUrlUtility

I am getting the below error while getting the test case execution records from RQM using url utility,

Default cookie policy RFC_2109 is used.
RQMUrlUtility: Connected to https://localhost:9443 using project "Demo"
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Method failed: HTTP/1.1 400 Bad Request
Disconnecting from the IBM Rational Quality Manager server.

Can some one help me to figure out the root cause?

0 votes


Accepted answer

Permanent link
Hi libin,
When was the last time it worked?
What has changed?
What version of RQM are you using?

Possible cause:
It looks like your version of Java has been updated and is preventing the connection due to the "Poodle" attack. See https://poodle.io/. Or, you are using and old version of Java and a new version of RQM that is blocking SSLv3 connections and is enforcing TLS connections. Or, there is a proxy between you and the RQM server that is blocking SSLv3 connections and is enforcing TLS connections and version of Java does not support TLS connections.

Possible solutions:
Try upgrading to the latest version of Java.

Simon





libin sebastian selected this answer as the correct answer

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
× 10,938

Question asked: Sep 10 '15, 9:45 a.m.

Question was seen: 2,599 times

Last updated: Sep 10 '15, 9:57 a.m.

Confirmation Cancel Confirm