[GH-ISSUE #82] No connection to software depot #61

Open
opened 2026-02-28 02:14:31 +03:00 by kerem · 3 comments
Owner

Originally created by @TweetyBear on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/82

Hello, it seems to be impossible to connect to the software depot.
I suppose it's due to the new Broadcom policy...

Is there a workaround ? Or... will ESXi-Customizerbe definitly out of use ?

It's really a great tool i use almost everyday...

Thx for your help

Originally created by @TweetyBear on GitHub (May 2, 2025). Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/82 Hello, it seems to be impossible to connect to the software depot. I suppose it's due to the new Broadcom policy... Is there a workaround ? Or... will ESXi-Customizerbe definitly out of use ? It's really a great tool i use almost everyday... Thx for your help
Author
Owner

@EHRETic commented on GitHub (May 22, 2025):

Hi there,

I think replace the URL:
https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

By this one at the start of the script:
https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml

This should solve your issue but you have to generate a token (and have a valid support contract of course).

More info here: https://knowledge.broadcom.com/external/article/390098

<!-- gh-comment-id:2900305509 --> @EHRETic commented on GitHub (May 22, 2025): Hi there, I think replace the URL: `https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml` By this one at the start of the script: `https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml` This should solve your issue but you have to generate a token (and have a valid support contract of course). More info here: https://knowledge.broadcom.com/external/article/390098
Author
Owner

@TweetyBear commented on GitHub (Jul 1, 2025):

Thx a lot for your help. It worked perfectly.

<!-- gh-comment-id:3022407240 --> @TweetyBear commented on GitHub (Jul 1, 2025): Thx a lot for your help. It worked perfectly.
Author
Owner

@SmoothAdmin commented on GitHub (Nov 14, 2025):

This is broken again.

Connecting the VMware ESXi Software depot ...Add-EsxSoftwaredepot : Could not download from depot at
https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml, skipping
(('https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml', '', 'HTTP Error 403:
Forbidden'))
At C:\3g\ESXi-Customizer-PS-2.ps1:259 char:22

  • if ($basedepot = Add-EsxSoftwaredepot $vmwdepotURL) {
    
  •                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ReadError: (System.String[]:String[]) [Add-EsxSoftwareDepot], Exception
    • FullyQualifiedErrorId : ConnectDepotError,VMware.ImageBuilder.Commands.AddDepot

FATAL ERROR: Cannot add VMware ESXi Online depot. Please check your Internet connectivity and/or proxy settings!

<!-- gh-comment-id:3533852187 --> @SmoothAdmin commented on GitHub (Nov 14, 2025): This is broken again. Connecting the VMware ESXi Software depot ...Add-EsxSoftwaredepot : Could not download from depot at https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml, skipping (('https://dl.broadcom.com/YouValidBroadcomToken/PROD/COMP/ESX_HOST/main/vmw-depot-index.xml', '', 'HTTP Error 403: Forbidden')) At C:\3g\ESXi-Customizer-PS-2.ps1:259 char:22 + if ($basedepot = Add-EsxSoftwaredepot $vmwdepotURL) { + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ReadError: (System.String[]:String[]) [Add-EsxSoftwareDepot], Exception + FullyQualifiedErrorId : ConnectDepotError,VMware.ImageBuilder.Commands.AddDepot FATAL ERROR: Cannot add VMware ESXi Online depot. Please check your Internet connectivity and/or proxy settings!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ESXi-Customizer-PS#61
No description provided.