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

SSL certificates in RQM while while using RQMCopyUtility

 Hi Team, 

I am using CLM 6.0 I am trying to copy test artifacts from RQM's one project area into another using RQMCopyUtility but I am getting following error

1.unable to create SSL_TLS context, trying SSLv3
2.Java.lang.NULLpointerException.
3.javax.net.ssl.SSLException.

Anybody please help me out.
Thanks!

0 votes



2 answers

Permanent link

Hello Krunal,

Can you provide the exact command that you're using with the entire error from the output?

0 votes

Comments

 C:\>"Program Files (x86)\Java\jre6\bin\java.exe" -jar "C:\Program Files\Java\jre

7\bin\RQMcopy utility\RQMCopyUtility.jar" -s https://**:9443/qm/service/
com.ibm.rqm.integration.service.IIntegrationService/resources/PROJECT1 -us=
 -pws= -d=https://***:9443/qm/service/com.ibm.rqm.integration.servi
ce.IIntegrationService/resources/Test_Cases_Import_Export -a=testplan,testc
ase


Permanent link
 Thanks Ted, 

but I got the exact solution for this problem.

cause

JDK7 has changed the default Java security settings to disable MD2 algorithm to sign SSL certificates


solution for this is:

The default Java security settings can be re-enabled by editing JDK_HOME/jre/lib/security/java.security and commenting out the following line:

jdk.certpath.disabledAlgorithms=MD2

to

#jdk.certpath.disabledAlgorithms=MD2

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,952

Question asked: Nov 16 '15, 6:58 a.m.

Question was seen: 2,728 times

Last updated: Nov 17 '15, 3:36 a.m.

Confirmation Cancel Confirm