Hi. (thanks for the reply)
here's the output requested:
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> Connect-CIServer vclouddirector03
Connect-CIServer : 5/17/2013 5:53:19 PM Connect-CIServer The underlying connection was closed: The connection was closed unexpectedly.
At line:1 char:17
+ Connect-CIServer <<<< vclouddirector03
+ CategoryInfo : NotSpecified: (:) [Connect-CIServer], CIException
+ FullyQualifiedErrorId : Cloud_ConnectivityServiceImpl_ConnectCloudServer_ConnectError,VMware.VimAutomation.Cloud.Commands.Cmdlets.ConnectCIServer
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $error[0].exception
5/17/2013 5:53:19 PM Connect-CIServer The underlying connection was closed: The connection was closed unexpectedly.
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $error[0].exception.innerexception
The underlying connection was closed: The connection was closed unexpectedly.
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $error[0].exception.innerexception.innerexception
The underlying connection was closed: The connection was closed unexpectedly.
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI> $error[0].exception.innerexception.innerexception.innerexception
PowerCLI C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI>
We don't have any firewall, everything is on the same network (powercli client and the vcloud director)
Also tried the https://vclouddirector03.cloud.agesic.local/api/versions .. we connect OK after accepting certificates. We see xml content.
On the vcloud director: vcloud-container-debug.log we see a ssl connection to the console proxy, but not much more info. The entries we find are the following:
2013-05-17 18:03:40,421 | DEBUG | consoleproxy | SimpleProxyConnectionHandler | Initiated handling for channel 0x3bc87423 [java.nio.channels.SocketChannel[connected local=/10.240.16.135:443 remote=/10.240.16.143:64128]] |
2013-05-17 18:03:50,624 | DEBUG | consoleproxy | DiagnosticsValidator | Expired channel: 0x3bc87423 [java.nio.channels.SocketChannel[connected local=/10.240.16.135:443 remote=/10.240.16.143:64128]] |