Problem with ScaleIO 1.32 vSphere Plugin installation (self signed certificate)
Hi all,
I'm wondering, is there a way around this problem, buying a real signed certificate is not an option for now, so I'd like to know, if it's possible to work around this problem: (vcenter server FQDN changed)
WARNING: There were one or more problems with the server certificate for the server
myvcenter.mydomain.com:443:
* The X509 chain could not be built up to the root certificate.
I'm testing with vCenter 6 but if I remember correctly, I had to restart vCenter server after scaleio installation, the icon did not show up before that.
Assuming you are running the PowerCLI session on your Windows VC, the PowerCLI (ps1) script loads in embedded tomcat and uses the VC embedded java -> no need to configure JAVA_HOME on the VC.
Please try the following steps:
1. Un-register the plugin (using the PowerCLI ps1 script)
2. Log-out -> log-in in vSphre web client
3. Clear your web browser cookies / history etc.
4. Restart the vSphere web client service (Virgo server) on your VC
5. Register the plugin (using the PowerCLI ps1 script) -> remember NOT to press Enter until you perform the log-in into your vSphere web client (that completes the registration)
6. Once you see the SIO icon in the vSphere web client, you can press Enter in the PowerCLI session (that will stop the embedded tomcat)
jjtainio
5 Posts
876
0
Posted July 7th, 2015 03:00
I tried suppressing the Invalid Certificate warning with Set-PowerCLIConfiguration -InvalidCertificateAction Prompt
Also I had invalid username for the vcenter server.
After using proper username, the installation was successful.