Hi,
I am a little bit don't understand on "SDK-Tutorial.html" - Registering your plugin package as a vCenter Server extension
I can register my plugin by using http, but I want to register more safty with https.
But it says need server property in the Extension object.
Server extension and Client extension both has url, but one with https path and another with http path.
How does vCenter know which one will use?
For my testing.. I only open https path on my server side, and it seems vCenter still use client url to download my plugin and get error...
And I try both url use https and still get error....
[2016-08-04T08:49:34.172Z] [INFO ] vc-extensionmanager-pool-82 70000089 100008 200004 com.vmware.vise.vim.extension.VcExtensionManager Downloading plugin package from https://a-web-server-path/mypluginPackage.zip (no proxy defined)
[2016-08-04T08:49:34.176Z] [ERROR] vc-extensionmanager-pool-82 70000089 100008 200004 com.vmware.vise.vim.extension.VcExtensionManager Package com.mycomany.plugin.myplugin was not installed!
So, can someone tell me the right way to config my extension with server and client extension?