Hi,
I have been sporatically working on a remote plugin development over the last few months. We got a new release of vsphere, so I decided to move my development to this one.
I performed the registration and started my remote plug-in accordingly. When I start the vSphere Client, I see that my plugin.json is deployed, and I see the Menu Item in the top navigation as expected.
When I click on the item, I see the title and instance information in the content banner.
But my index.html does not get loaded. In the browser console I found the following:
Request Method: GET
Status Code: 404
Remote Address: 111.11.11.11:443
Referrer Policy: no-referrer-when-downgrade
content-length: 0
content-security-policy: block-all-mixed-content
content-type: text/plain;
charset=utf-8
date: Mon, 24 Jun 2019 07:53:38 GMT
server: envoy
status: 404
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-envoy-upstream-service-time: 0
x-frame-options: DENY
x-xss-protection: 1
Wenn I call the link directly from the browser
https://plugin-server.acme.net:8991/acme-remote-ui/index.html?view=entry-point
I am able to load the page (with errors of course) - And in the plugin I have the logging set, so I can see that the request was recieved and served. When I call it from the vSphere Client, I don't see any requests comming in.
I went through thousands of log files on the vcenter - but could not find anything that could help me diagnose the problem.
I checked that both the server thumbprint in the registration, and the vcenter info in the startup.bat are correct.
Could you please give me a hint where I can find out what is not working correctly?
thanks
Cathy