We got an issue with LifeCycle Manager where it was unable to download updates from the VMware depot and getting error given below, We didn’t had direct internet and all the traffic was routed via HTTP only proxy.

The workaround is following:
- Edit
/etc/sysconfig/proxy
viavi /etc/sysconfig/proxy
- Modify
HTTPS_PROXY
to matchHTTP_PROXY
- Reboot the appliance so that all services pick up the new settings
Thank you. Resolved the issue for me.
LikeLike
You are my hero of the day!
Before: curl https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
curl: (6) Could not resolve host: hostupdate.vmware.com
After: curl https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
PS. Reboot of the VCSA appliance was not even needed.
Thank you a lot!
Regards,
Cop
LikeLike