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
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
One answer
You are probably using an unsupported algorithm (e.g. MD2).
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.
Comments
Srikanth Bhushan
Feb 05 '13, 4:49 a.m.any feed back on this?