It's all about the answers!

Ask a question

SSL certificates in RQM while while using RQMCopyUtility


Krunal Gaoli (67667) | asked Nov 16 '15, 6:58 a.m.
 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!

2 answers



permanent link
Ted Mayer (47649) | answered Nov 16 '15, 11:03 a.m.

Hello Krunal,

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


Comments
Krunal Gaoli commented Nov 17 '15, 3:36 a.m.

 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
Krunal Gaoli (67667) | answered Nov 16 '15, 11:47 p.m.
 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

Your answer


Register or 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.