I made mistake of using http instead of https in my previous reply. But even with https
https://host:61922/rcu/api?wsdl it takes me to a page with a security certificate error and if I click "Continue to this website" it displays page not found. I used the utility httpsTestUtils.jar mentioned in the installation guide to debug the situation
On running it I got error as
************************************************************************************************
c:\AmitESX>java -jar httpsTestUtil.jar
URL to test: https://sys2vcenter.elab.com:61922/rcu/api?wsdl
Ignore cert errors and debug host validation? (y/n): y
The Name passed to HostnameVerifier : sys2vcenter.elab.com (sys2vcenter.elab.com
)
sys2vcenter.elab.com resolves to (address) : 10.8.112.251
sys2vcenter.elab.com resolves to (hostname) : sys2vcenter.elab.com
The Peer Host name has been reported as: sys2vcenter.elab.com (sys2vcenter.elab.
com)
sys2vcenter.elab.com resolves to (address) : 10.8.112.251
sys2vcenter.elab.com resolves to (hostname) : sys2vcenter.elab.com
The X509 certificate CN: VSC (VSC)
WARNING unable to get inet address using VSC
HostnameVerifier FAIL: CN did not resolve to a vaild hostname.
Unable to read connection.
java.io.IOException: Server returned HTTP response code: 400 for URL: https://sy
s2vcenter.elab.com:61922/rcu/api?wsdl
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unkn
own Source)
at com.netapp.httpsUtil.TestHttps.main(Unknown Source)
**************************************************************************************************************
Does this make any sense?? I cannot figure out what is wrong with the RCU service that i cannot access it from the java API or a web browser.