RQMcopy utility throws error for the template copy
![]()
Srikanth Bhushan (169●4●27●34)
| asked Feb 04 '13, 8:49 a.m.
retagged Feb 05 '13, 8:04 a.m. by Laura Kuczarski (211●3●7) 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 |
One answer
![]()
Paul Slauenwhite (8.4k●1●2)
| answered Feb 05 '13, 8:05 a.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Feb 06 '13, 6:18 a.m.
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
any feed back on this?