Hi
I am getting the error " Invalid Identity Manager url, unable to find valid certificate to " when it ry to install the load balanced FQDN URL..
I had installed the root CA certificate...but When i try to connect using curl, get the below response..any pointers please
error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
* About to connect() to port 443 (#0)
* Trying .. connected
* Connected to port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs/
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS alert, Server hello (2):
* error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
* Closing connection #0
Have you looken at this blog post? Workspace Portal - Trouble Changing the FQDN - Horizon Tech Blog - VMware Blogs
Have you looken at this blog post? Workspace Portal - Trouble Changing the FQDN - Horizon Tech Blog - VMware Blogs
Thanks .. I have gone through the link..
am able to ping, DNS entries are corrrect , able to forward and reverse lookup the fqdn and IP..Able to connect to the FQDN
but getting the SSL timeout..as shown below when i runt the curl command
curl -v -3 -ssl https://my.fqdn.com
* About to connect() to https:// myfqdn.com port 443 (#0)
* Trying 10..X.X.X connected
* Connected to XXXXXXXX) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs/
* SSLv3, TLS handshake, Client hello (1):
* SSL connection timeout
* Closing connection #0
Check the following:
curl 'https://<fqdn_of_another_appliance_in_the_cluster>/SAAS/API/1.0/REST/system/health/allOk'
This should be a good start. If anything doesn't work, chase it down and figure out why. 🙂