Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Together!
Today I have downloaded the MCPV (MetroCluster vSphere Plug-in). The installation works fine without any error. But the Plugin is not visible in the vSphere Webclient. Re-register the Plugin on the CMD failed with following error:
MCPV command: 'register' failed.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 500 VI SDK invoke exception:javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: C
ertificates does not conform to algorithm constraints</title>
</head>
<body><h2>HTTP ERROR 500</h2>
<p>Problem accessing /mcpv/register. Reason:
<pre> VI SDK invoke exception:javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints</pre></p><h3>Caused by:</h3><pre>java.rmi.RemoteException: VI SDK invoke exception:javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
Have any one else this error?
Thanks
Rainer
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rainer,
the problem is that newer Java versions have more restrictive security settings (does not accept RSA keySize < 2048), and the keySize of the VMware VCenter certificates is only 512.
You can resolve this Problem by editing the java security file (C:\Program Files\NetApp\MetroCluster Plug-in for vSphere\jre\lib\security\java.security) and reduce the limit of accepted RSA keySize by modifying the option jdk.certpath.disabledAlgorithms:
--
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 512
--
then restart the MCPV service and re-register it manually with the vcenter-server
--
<pathtoMCPV>\metrocluster register https://<host-ip-or-fqdn>:28443/mcpv/register <ipAddress> <userName> <password>
--
P.S.: don't use localhost hier as listed in the documentation. Use service IP or FQDN instead!
Kind regards,
Fidy
