VMware Cloud Community
RejinaJasmine
Contributor
Contributor

VMRC HTML5 Console appears blank

I’m trying to connect to the VMs console using HTML Console SDK 2.1

It fails to initialize and the browser console log says “vnc authentication not implemented”

 

It works on some VMs  and the browser console log says "security types/authentication scheme is 1". On the VM where it fails, browser console log says "security types/authentication scheme is 2".

Not sure on what basis this scheme is passed.

ESXi version : VMware ESXi, 6.7.0, 8169922

Image Profile version : ESXi-6.7.0-8169922-standard

--- browser console output where it’s not working ----

  1. wmks.min.js:1 2016-11-03T05:24:53.466Z [Info ] Not a touch device, and hence skip touch handler
  2. wmks.min.js:1 2016-11-03T05:24:54.089Z [Info ] WebSocket HAS binary support
  3. wmks.min.js:1 2016-11-03T05:24:54.090Z [Info ] WebSocket created protocol: binary
  4. wmks.min.js:1 2016-11-03T05:24:54.101Z [Info ] Server security types: 2
  5. wmks.min.js:1 2016-11-03T05:24:54.101Z [Info ] Using authentication scheme: 2
  6. wmks.min.js:1 2016-11-03T05:24:54.101Z [Info ] vnc authentication not implemented

--- browser console output where its working ----

  1. wmks.min.js:1 2016-11-03T05:26:59.000Z [Warn ] relativepad : RELATIVEPAD
  2. wmks.min.js:1 2016-11-03T05:26:59.014Z [Info ] Not a touch device, and hence skip touch handler
  3. wmks.min.js:1 2016-11-03T05:26:59.593Z [Info ] WebSocket HAS binary support
  4. wmks.min.js:1 2016-11-03T05:26:59.595Z [Info ] WebSocket created protocol: binary
  5. wmks.min.js:1 2016-11-03T05:26:59.604Z [Info ] Server security types: 1
  6. wmks.min.js:1 2016-11-03T05:26:59.604Z [Info ] Using authentication scheme: 1

-----------

0 Kudos
1 Reply
RejinaJasmine
Contributor
Contributor

I have referred this post and tried the same by disabling VNC. Still it didnt help.

HTML Console SDK 2.1 fails to initialize

0 Kudos