HMTL 5 GRE plugin not showing

  • KM03792619
  • 26-Mar-2021
  • 10-May-2021

Summary

in some cases, when we register html5 plugin, it doesn't show on the web client

Error

The HTML 5 plugin just doesn't show on the screen

Cause

We notice the ssconfig of the Cell Manager doesn't contain the thumbprint of the Vcenter

Ideally after registering the plugin, the thumbprint of the Vcenter should show on the ssconfig of CM like this:

vcenter.domain={
 encryption={
  certificate_file=;
  certificate_thumbprint='ba:62:7a:02:3b:16:d5:f4:7b:7d:f6:03:69:ab:fd:e2:76:fc:fb:70:71:b6:7d:ff:03:de:f2:82:e6:81:43:6e';
 };
};

However in this case, after registering plugin, the thumbprint has been added and then removed immediately without reason. even on DP GUI, it display "successfully register plugin"

 

Fix

To workaround this issue, we export the Vcenter and then reimport it, while importing vcenter, we select option "HTML 5 GRE plugin"

Now the plugin is registered successfully.