VMware {code} Community
JackOuyang
Contributor
Contributor

ERR: Failed to connect to VMware Lookup Service https://192.168.0.93:7444/lookupservice/sdk - SSL certificate verification failed.

First ,Let me show what have done:

1)  VMware vCenter Server Appliance has installed with default setting, embedded sso and so.the ip of the virtual machine is 192.168.0.93.

     I can access the 192.168.0.93:9443/vsphere-client with the root user .

2)  Set up the vsphere web client sdk as the doc - "\vsphere-client-sdk\docs\SDK-Setup.html."

3) add client.properties file in the directory - "serenity-client\server\configuration"

    client.properties as followed:

          ls.url=https://192.168.0.93:7444/lookupservice/sdk

          ls.thumbprint=A3:A8:8F:A5:46:38:EC:01:44:CC:F6:EA:E1:78:7F:B3:5C:E8:58:38

Then, i access the https://localhost:9443/vsphere-client and get the error:  Failed to connect to VMware Lookup Service https://192.168.0.93:7444/lookupservice/sdk - SSL certificate verification failed.

Can someone help me ?

0 Kudos
3 Replies
Almero
Enthusiast
Enthusiast

Hi Man , you might want to look at this KB

Failed to connect to VMware lookup service | David Hill

vaibhav87
Enthusiast
Enthusiast

Hi JackOuyang,

  If you are using newly installed VCVA.

   I think your look up service is not configure properly.

  • Use the script vsphere-web-client/scripts/ls-cmd.bat with the argument https://VCVA-IP:7444/lookupservice/sdk, it will generate client.properties.
  • if client.properties get generated successfully , start local virgo server and  test.

  

JackOuyang
Contributor
Contributor

Thanks! I got it.

0 Kudos