vcf-fleet-depot/<node_name>/depot-service-<identifier_string>/download-service/console-log shows the below error:InternalServerErrorException: Failed to connect to Broadcom OAuth Authorization server....Caused by: com.vmware.evo.sddc.lcm.depot_auth.exceptions.DepotAccessTokenIOException: java.net.SocketException: Network is unreachable...Caused by: java.net.SocketException: Network is unreachableThe firewall protecting the environment blocks network traffic targeted to Broadcom URLs because the necessary URLs are missing from the allow list.
Note: The VCF Installer runs as a standalone bootstrap application packaged inside the SDDC Manager OVA. It has its own lightweight internal file-based repository. Post-deployment, the Software Depot is deployed as a fully containerized microservice (depot-service pod) running on the VCF Management Services Platform (VMSP) Kubernetes cluster which uses IP addresses dynamically assigned from the VCF Services Runtime IP Pool. Firewall rules may not be in place for this shift.
Build > Lifecycle > VCF Management > Components and click Software depot.Actions menu and select Stop service.View details... to monitor the shutdown task.Task status: shows Completed, click < Back (or navigate to Build > Lifecycle > VCF Management > Components and click Software depot).Actions menu and select Start service.View details... to monitor the startup task.Task status: shows Completed, navigate to Build > Software Depot and validate that you see Online depot: active.curl -s -o /dev/null --cacert /etc/ssl/certs/a3418fda.pem -w "%{http_code}\n" https://dl.broadcom.comExpected response: 403
curl -s -o /dev/null --cacert /etc/ssl/certs/3513523f.pem -w "%{http_code}\n" https://eapi.broadcom.comExpected response: 500
curl -s -o /dev/null --cacert /etc/ssl/certs/5ad8a5d6.pem -w "%{http_code}\n" https://vvs.broadcom.comExpected response: 403
curl -s -o /dev/null --cacert /etc/ssl/certs/3513523f.pem -w "%{http_code}\n" https://vsanhealth.vmware.comExpected response: 500
curl -s -o /dev/null --cacert /etc/ssl/certs/dd8e9d41.pem -w "%{http_code}\n" https://projects.packages.broadcom.comExpected response: 302
curl -s -o /dev/null --cacert /etc/ssl/certs/3513523f.pem -w "%{http_code}\n" https://vcsa.vmware.comExpected response: 404
curl -s -o /dev/null --cacert /etc/ssl/certs/3513523f.pem -w "%{http_code}\n" https://auth.esp.vmware.comExpected response: 404