It's all about the answers!

Ask a question

RQMUrlUtility : SSL_TLS SSLContext not available/Redirect requested but followRedirects is disabled


Ajith O M (46433) | asked Feb 20 '19, 5:59 a.m.

 Dear Team,


I'm using RQMUrlUtility jar to login inside RQM server and using REST APIs to fetch different artifacts.
i'm getting success response from the API'S,but along with response,I'm  getting two errors: 

1. Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3

2. org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
INFO: Redirect requested but followRedirects is disabled

Using java 8 and RQMUrlUtility jar version 6.0.5
How do i solve and avoid this error ?Kindly help me at the earliest.

Thanks !


Comments
Bharath Rao commented Feb 22 '19, 2:41 a.m. | edited Feb 22 '19, 2:41 a.m.

 Hi,


 Can you post the command and the output of the command here ?


Ajith O M commented Feb 22 '19, 3:05 a.m.

Sure.


I'm getting proper response from APIs.But in console log,I get warnings and error which is not blocking the response. I would like to avoid the warnings and error.

Please find the console log:

RQMUrlUtility: Connected to https:/serverName using project "projectarea"
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
Feb 22, 2019 1:32:50 PM org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
INFO: Redirect requested but followRedirects is disabled 

2 answers



permanent link
Rogerio Tadim (111) | answered Sep 19 '19, 7:25 a.m.

@paules, your link is broken :(


Comments

Chidambaram L commented Jan 11 '23, 1:09 a.m. | edited Jan 11 '23, 1:46 a.m.

@paules, this link is also broken now.

I am already using IBM JDK 8 & JAVA_HOME is set to the same.


David Honey commented Jan 11 '23, 3:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

@paules is no longer working on ELM, so it's unlikely that he will see your comment or reply to it. If you have a question, I suggest you post a new question as per forum etiquette.


permanent link
Paul Slauenwhite (8.4k12) | answered Feb 22 '19, 6:15 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Your answer


Register or to post your answer.