WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / VMware Cloud Foundation / Using HTTP with VCF 9.0 Installer for Offline Depot

Using HTTP with VCF 9.0 Installer for Offline Depot

06.18.2025 by William Lam // Leave a Comment

After deploying the new VMware Cloud Foundation 9.0 Installer appliance, the first thing you must setup is the software depot which is where the VCF Installer will go to download the software binaries for deploying either VMware vSphere Foundation (VVF) or VMware Cloud Foundation (VCF).

Users have two options to select from:

  • Online Depot - Connect over the internet to Broadcom (directly or in-directly via network proxy), which will require a download token to be provided
  • Offline Depot - Connect locally to a depot that you have setup (using the VCF Download Tool) within your own environment

By default, the VCF Installer connects to Broadcom's online depot using HTTPS, which is expected when connecting over the public internet. With that said, for an offline depot that is running within your own infrastructure, you can simplify the offline depot setup by serving the content over HTTP, which also removes the need to setup a TLS certificate for your web server.

To enable the VCF Installer to allow a non-HTTPS connection to your offline depot, you will need to add lcm.depot.adapter.httpsEnabled=false to following configuration file /opt/vmware/vcf/lcm/lcm-app/conf/application-prod.properties and then restart lcm service by running:

systemctl restart lcm

It should take a minute or so for the service to fully restart and when you reload the browser, you should now be able to enter your offline depot address that is not hosted over HTTPS as shown in the screenshot below:


If the offline depot can be accessed correctly, then it should start pulling the metadata and populating the list of binaries that you can then proceed to download.

If you want to quickly serve your content without setting up a full blown web server along with basic authentication, check out this blog post HERE which provides a simple Python script that can serve the VCF binaries using both HTTP and HTTPs!

In fact, this is how I have been deploying VCF 9.0 during development and after downloading the binaries, I just use this simple Python command to access the content over HTTP:

python http_server_auth.py --bind 172.30.0.100 --user vcf --password vcf123! --port 8888 --directory /Volumes/Storage/Software/VCF9

More from my site

  • Crowdsourced Lab Hardware for ESXi 9.0 Dashboard
  • VCF 9.0 Hardware Considerations
  • Exploring VSAN APIs Part 2 – Query available SSDs
  • New vSphere 5 HA, DRS and SDRS Advanced/Hidden Options
  • Quick Tip - Pre-filled credentials in the vSphere 6.0 Web Client

Categories // VMware Cloud Foundation Tags // VCF 9.0

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Using HTTP with VCF 9.0 Installer for Offline Depot 06/18/2025
  • Crowdsourced Lab Hardware for ESXi 9.0 Dashboard 06/17/2025
  • Automating the vSAN Data Migration Pre-check using vSAN API 06/04/2025
  • VCF 9.0 Hardware Considerations 05/30/2025
  • VMware Flings is now available in Free Downloads of Broadcom Support Portal (BSP) 05/19/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...