Hi,
I have successfully configured a script plugin with the plain http, but when I changed the protocol to https, I don't see my plugin anymore in the web client. During the web client server side start-up I get the below error to the log vsphere_client.virgo.log.
"com.vmware.vise.vim.extension.VcSriptPluginManager Cannot download script plugin package at (https://<myhost>:<myport>/mypluginconf.xml) becausethe URL is not secure. To allow http URLS add allowHttp=true to webclient.properties".
I replaced the real host and port with "<myhost>" and "<myport>". With the web browser I can successfully open the plugin main view using the same https URL as in the log. The log entry is a little bit misleading, because I'm trying to use https.
And this is what I have in webclient.properties:
scriptPlugin.enabled = true
allowHttp=true
The plugin works without problems with the Windows client.