XenCenter

Issues with Workload Balancing certificates

Certificate verification is enabled by default. To connect the Workload Balancing virtual appliance with XenServer, you must import the Workload Balancing certificate into your XenServer pool.

If your pool can’t connect to Workload Balancing, verify whether your certificate configuration is the cause by disabling certificate checking for Workload Balancing:

  1. Get the pool UUID:

    xe pool-list
    <!--NeedCopy-->
    
  2. Disable certificate verification:

    xe pool-param-set wlb-verify-cert=false uuid=<uuid_of_pool>
    <!--NeedCopy-->
    

If your pool can connect to Workload Balancing with certificate verification turned off, the issue is with your certificate configuration. If it cannot connect, the issue is with either your Workload Balancing credentials or your network connection. Contact Support or see Troubleshoot Workload Balancing for more information.

Ensure that you enable certificate checking again after troubleshooting your issue:

  1. Get the pool UUID:

    xe pool-list
    <!--NeedCopy-->
    
  2. Enable certificate verification:

    xe pool-param-set wlb-verify-cert=true uuid=<uuid_of_pool>
    <!--NeedCopy-->
    

XenServer 8

Citrix Hypervisor 8.2 Cumulative Update 1

Issues with Workload Balancing certificates