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
Srikanth Bhushan
Feb 05 '13, 4:49 a.m.