VMware Cloud Community
EdenZhao
VMware Employee
VMware Employee

Connect-HVServer report error among 3 tested brokers accessing from 2 tested clients

If I open powershell and enter:

Import-Module VMware.VimAutomation.HorizonView;

$hvServer = Connect-HVServer -Server BrokerAddr -User XX -Password XXX;

where BrokerAddr has been tried as domain name, localhost, IP.

All see "no endpoint listening at https://brokerAddr/view-vlsi.sdk that could accept this message" error

meanwhile the view and broker/admin page is usable and the view-vlsi.war is confirmed as unpacked under broker/web/.

And appli the possible fix of:

Set-PowerCLIConfiguration -Scope AllUsers -WebOperationTimeoutSeconds -1 -Confirm:$false

Set-powerCLIconfiguration -invalidcertificateAction Ignore (then accept by type 'Y')

p.s. after entering above 2 lines, if using "Get-powerCLIconfiguration | format-list", we can see the setting change has been adapted.

Any idea of what should I do to fix it?

connection server: 7.2.0-5680986

power-CLI: 6.5.1-5377412, where Horizonview component is 7.1.0 build 5307191

Tags (1)
0 Kudos
2 Replies
EdenZhao
VMware Employee
VMware Employee

typo:

view-vlsi.war is confirmed as packed under broker/webapps/

0 Kudos
LucD
Leadership
Leadership

Which user account did you use?

One from the SSO realm, or an AD account?

Do both types of account show the same error?

Can you include the complete error message?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos