I have created and started 2 virtual machines (A & B) into a vcloud director organization. Both machines are connected to a direct connect network.
I connect to A using RDP and open the vcloud director UI using IE or firefox from within the RDP.
I then try to open the VMRC console of machine B within the RDP session. The connection cannot be established.
The logs i got from VMRC client is (ip and dns name replaced by xxx.yyy.zzz) - please note the HTTP error 404 :
2014-02-09T15:21:07.204+01:00| vmrc| I120: Setting proxy environment variable: "VMWARE_HTTPSPROXY="
2014-02-09T15:21:07.204+01:00| vmrc| I120: cui::vmrc::VMCnx::Connect: Connect to MOID "vm-22667" on "xxx.yyy.zzz"
2014-02-09T15:21:07.204+01:00| vmrc| I120: Resolving IP address for hostname xxx.yyy.zzz
2014-02-09T15:21:07.227+01:00| vmrc| I120: Resolved to xxx.yyy.zzz
2014-02-09T15:21:07.649+01:00| vthread-3| I120: VTHREAD initialize thread 3 "vthread-3" host id 2432
2014-02-09T15:21:07.813+01:00| vmrc| W110: SSL_IsVerifyEnabled: failed to open the product registry key. Falling back to default behavior: verification on. LastError = 0
2014-02-09T15:21:08.079+01:00| vmrc| I120: CertificateCheck::CheckCertEmbedded: allowSSLErrors: true
2014-02-09T15:21:08.079+01:00| vmrc| I120: CertificateCheck::CheckCertEmbedded: Found the following errors for xxx.yyy.zzz's SSL certificate: {
2014-02-09T15:21:08.079+01:00| vmrc| I120: - 0
2014-02-09T15:21:08.079+01:00| vmrc| I120: }
2014-02-09T15:21:08.079+01:00| vmrc| I120: cui::CertificateCheck::CheckCertEmbedded - thumbprint for "xxx.yyy.zzz" OK
2014-02-09T15:21:08.360+01:00| vmrc| I120: cui::vmrc::VMCnx::OnConnectAborted: Connect failed for MOID "vm-22667" on "xxx.yyy.zzz"
2014-02-09T15:21:08.360+01:00| vmrc| I120: cui::vmrc::VMCnxMgr::EmitConnectionStateSignal: Emitting "disconnected" signal (requested) for MOID "vm-22667" on "xxx.yyy.zzz" - reason 'HTTP error 404'
2014-02-09T15:21:14.954+01:00| vmrc| I120: Clean exit
Accessing VMRC console of machine B directly (outside RDP session described above) is working correctly
2014-02-09T14:22:09.980+01:00| vmrc| I120: Setting proxy environment variable: "VMWARE_HTTPSPROXY="
2014-02-09T14:22:09.981+01:00| vmrc| I120: cui::vmrc::VMCnx::Connect: Connect to MOID "vm-24335" on "xxx.yyy.zzz"
2014-02-09T14:22:09.983+01:00| vmrc| I120: Resolving IP address for hostname xxx.yyy.zzz
2014-02-09T14:22:10.240+01:00| vmrc| I120: Resolved to xxx.yyy.zzz
2014-02-09T14:22:10.273+01:00| vthread-3| I120: VTHREAD initialize thread 3 "vthread-3" host id 6932
2014-02-09T14:22:13.618+01:00| vmrc| W110: SSL_IsVerifyEnabled: failed to open the product registry key. Falling back to default behavior: verification on. LastError = 0
2014-02-09T14:22:13.642+01:00| vmrc| I120: CertificateCheck::CheckCertEmbedded: allowSSLErrors: true
2014-02-09T14:22:13.642+01:00| vmrc| I120: CertificateCheck::CheckCertEmbedded: Found the following errors for xxx.yyy.zzz's SSL certificate: {
2014-02-09T14:22:13.642+01:00| vmrc| I120: - 0
2014-02-09T14:22:13.642+01:00| vmrc| I120: }
2014-02-09T14:22:13.642+01:00| vmrc| I120: cui::CertificateCheck::CheckCertEmbedded - thumbprint for "xxx.yyy.zzz" OK
2014-02-09T14:22:15.577+01:00| vmrc| I120: cui::vmrc::VMCnx::OpenVM: Cnx connected for MOID "vm-24335" on "xxx.yyy.zzz"
2014-02-09T14:22:15.578+01:00| vmrc| I120: VMMgr::OpenVM (cnx=xxx.yyy.zzz, moid=vm-24335)
2014-02-09T14:22:16.941+01:00| vmrc| I120: cui::HostMgr::OpenHost - opening host with MOID "host-5874"
2014-02-09T14:22:16.944+01:00| vmrc| I120: cui::HostMgr::OpenHost - opening host with MOID "host-5874"
Accessing VMRC console of machine B from an RDP session made from a VM not created/register into vCloud director is also working correctly.
Does someone already try this kind of configuration or has some tips to solve it ?
Thanks for your answers