https://<vcenter-server-fqdn>/mob
fails with 401 error message. The browser returns with "HTTP Status 401 - Unauthorized.
"YYYY-MM-DDTHH:MM:SSZ info envoy[] [Originator@6876 sub=Default] YYYY-MM-DDTHH:MM:SSZ GET /mob HTTP/2 401 via_upstream - 0 0 1 0 0 <Local Machine IP>:52305 <vCenter Server IP>:443 - /var/run/vmware/vpxd-mob-pipe
vCenter Server MOB uses Basic Authentication and this issue is caused when Group Policies applied in the environment prevent any Basic Authentications.
This issue is observed on Chrome and Edge browsers. Use a different web browser such as Firefox to access the MOB.
If you are trying to access the MOB for Unregistering Plugins, you may follow below PowerCLI method as an alternate method :
Connect-VIServer <vcenter_Server_fqdn> -user
administrator@vsphere.local
(Get-View ExtensionManager).ExtensionList | format-table -Property Key
(Get-View ExtensionManager).UnregisterExtension("plugin_key/extension_name")
(Get-View ExtensionManager).UpdateViewData()
Disconnect-VIServer
The Managed Object Browser (MOB) is a graphical interface that allows you to navigate the objects on a server and to invoke methods. Any changes you make through the MOB take effect on the server. For more information, refer to Managed Object Browser.