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

RQMcopy utility throws error for the template copy

Has anybody came across this issue. We recently updated the security certificates.

We are trying to copy template from one server to another server (project)

C:\>java -jar RQMCopyUtility.jar -s=https://rqm1:9443/jaz
z/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/P
rojectProvisioningTemplate -us=**** -pws=**** -d=https://rqm2:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntgrationSe
rvice/resources/<Project_alias_name> -a=template -l=importlog.txt

java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
 com.ibm.rqm.ct.util.Logger logError
SEVERE: Error logging in to source: javax.net.ssl.SSLHandshakeException: java.se
curity.cert.CertificateException: Certificates does not conform to algorithm con
straints

0 votes

Comments

any feed back on this?



One answer

Permanent link
You are probably using an unsupported algorithm (e.g. MD2).

0 votes

Comments

Thanks Paul. Is there a list of supported and un-supported certificates for RQM? How to findout if its MD2

They are defined in %JAVA_HOME%\lib\security\java.security.  If you use a Java Runtime Environment (JRE) that is version 6.0 (Sun JRE 6.0 Update 23 or IBM JRE 6.0 Service Refresh 8) or later (required by the RQM Copy Utility - https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Setup_Considerations), the proper algorithm should be used.

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

Question asked: Feb 04 '13, 8:49 a.m.

Question was seen: 5,459 times

Last updated: Feb 06 '13, 6:18 a.m.

Confirmation Cancel Confirm