Troubleshoot problems with vSphere Lifecycle Manager proxy configuration
searchcancel
Troubleshoot problems with vSphere Lifecycle Manager proxy configuration
book
Article ID: 372589
calendar_today
Updated On: 01-23-2025
Products
VMware vCenter Server
Issue/Introduction
Users may experience difficulties with vSphere Lifecycle Manager failing to download updates. This issue commonly manifests as: - Lifecycle Manager showing download sources as "Not Connected" - Failed download tasks with messages indicating inaccessible depots or patch data - Inability to sync updates or download patch definitions
Environment
- VMware vCenter Server 7.0.x and newer - Environments using proxy servers for internet access
Also, using HTTPS for the proxy server connection in vSphere Lifecycle Manager is not supported. This is due to limitations in the Python "requests" module used by VLCM to validate online depots, which does not properly handle HTTPS proxy connections. You must use HTTP for the proxy server connection, even when the final target URLs use HTTPS. This means setting the proxy URL to "http://" in the vCenter configuration, regardless of whether the proxy server itself supports HTTPS connections.
Resolution
Follow these steps to resolve the issue:
Verify proxy settings:
Access the vCenter Server Appliance Management Interface (VAMI) at https://<vcenter-ip>:5480
Navigate to Networking and review the current proxy settings
Check the proxy configuration file:
SSH into the vCenter Server Appliance
Run: cat /etc/sysconfig/proxy
Ensure HTTP_PROXY and HTTPS_PROXY entries don't have leading slashes
Modify proxy settings if necessary:
SSH into the vCenter Server Appliance
Edit the proxy configuration file: vi /etc/sysconfig/proxy
Ensure that you are using HTTP for the proxy server connection, even if the proxy server supports HTTPS
Edit the proxy configuration file: vi /etc/sysconfig/proxy
Set both HTTP_PROXY and HTTPS_PROXY to use HTTP, e.g.:
This command tests downloading directly from the VMware update server through your proxy, using HTTP for the proxy connection but HTTPS for the target URL.
If these steps do not resolve the issue, contact Broadcom Support for further assistance.
Additional Information
The limitation regarding HTTPS proxy support affects only the connection to the proxy server itself. The target URLs (e.g., example.com) can and should still use HTTPS.
This configuration allows HTTPS connections to target URLs while using HTTP for the proxy connection itself, maintaining security for the actual update server connections.
If your security requirements mandate the use of HTTPS for proxy connections, you may need to implement additional security measures at the network level while using HTTP proxy settings for vSphere Lifecycle Manager.
Ensure your environment meets the network requirements for vSphere Lifecycle Manager as outlined in the vSphere documentation See the VMware Ports and Protocols tool​