WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple
You are here: Home / Automation / Quick Tip - HTTPs now supported with wget on ESXi 7.0

Quick Tip - HTTPs now supported with wget on ESXi 7.0

06.18.2020 by William Lam // 4 Comments

This morning I needed to install the USB Network Native Driver Fling for ESXi and realized that offline bundles can not be installer over a remote URL. I figure I would download it directly to my ESXi host using wget. As soon as I hit the enter key to send the command I quickly remember that this will fail as the version of wget in the ESXi Shell does not support HTTPs. To my surprise, it actually worked! 😍

[root@nuc:~] wget https://download3.vmware.com/software/vmw-tools/USBNND/ESXi700-VMKUSB-NIC-FLING-34491022-component-15873236.zip
Connecting to download3.vmware.com (184.29.106.37:443)
ESXi700-VMKUSB-NIC-F 100% |**************************************************************************************************************************************************************************| 341k 0:00:00 ETA

This looks to be an enhancement in ESXI 7.0 and you no longer will get the "bad address" error when specifying an HTTPs URL as shown in the example below when running against the latest ESXi 6.7 Update 3 release.

[root@esxi67:~] wget https://download3.vmware.com/software/vmw-tools/USBNND/ESXi700-VMKUSB-NIC-FLING-34491022-component-15873236.zip
wget: bad address 'download3.vmware.com'

Thank you to the Engineer who fixed this, this was a very pleasant and welcome surprise that I know will also be helpful to folks who automate using ESXi Scripted Installations.

More from my site

  • Google Coral USB Edge TPU Accelerator on ESXi
  • How to enable passthrough for USB Network Adapters claimed by ESXi CDCE Driver?
  • Quick Tip - Enabling ESXi Coredumps to be stored on USB
  • Automated ESXi Installation with a USB Network Adapter using Kickstart
  • ESXi with Intel Arc 750 / 770 GPU

Categories // Automation, ESXi, vSphere 7.0 Tags // ESXi 7.0, wget

Comments

  1. *protectedDavid K. Lee says

    06/18/2020 at 7:51 am

    Those are some of the best surprises. 🙂

    Reply
  2. *protectedAlex says

    11/09/2020 at 5:29 am

    This is weird. I get another error this time.

    [root@esxi:/vmfs/volumes/5fa819c9-37114d2a-b902-3cfdfed7bdac/isos] wget https://nyifiles.pfsense.org/mirror/downloads/pfSense-CE-2.4.5-RELEASE-p1-amd64.iso.gz
    Connecting to nyifiles.pfsense.org (162.208.119.41:443)
    wget: error getting response: Cannot assign requested address

    Reply
    • *protectedsnowkiterdude says

      02/19/2021 at 12:29 pm

      Found a solution in on this page: https://infiniteloop.io/esxi-6-7-synology-nfs-vaai-plug-in/

      run this command first then wget will work.
      esxcli network firewall ruleset set --enabled=true --ruleset-id=httpClient

      Reply
      • *protectedArtem says

        04/27/2021 at 5:06 am

        Thanks! That solved my problem also!

        Reply

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

  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025
  • vCenter Identity Federation with Authelia 04/16/2025
  • vCenter Server Identity Federation with Kanidm 04/10/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