" Can't validate proxy configuration. Error establishing SSL/TLS connection with proxy: Remote host terminated the handshake. Check proxy is configured with HTTPS, certificate is valid and trusted by SDDC Manager, SSL/TLS ciphers are compatible with SDDC Manager."
wget -e use_proxy=yes -e https_proxy=http://<proxy_ip>:8080 -- no-check-certificate https://dl.broadcom.com
xx:yy:zz -- https://dl.broadcom.com/
Connecting to <proxy_ip>:8080 ... connected.
Proxy request sent, awaiting response ... 403 Forbidden
ERROR 403: Forbidden.
wget https://dl.broadcom.com:443
HH:MM:YYYY -- https://dl.broadcom.com/
Resolving dl.broadcom.com (dl.broadcom.com) ...
Connecting to dl.broadcom.com (dl.broadcom. com) | xx.yy.zz| :443 ... connected.
HTTP request sent, awaiting response ... 500 Internal Server Error
HH:MM:YYYY ERROR 500: Internal Server Error.
VMware SDDC Manager 5.2.2
If proxy server is not able to communicate with dl.broadcom.com then proxy can not be configured on SDDC manager. During proxy configuration, VCF SDDC Manager tries to validate proxy configuration by using it to connect to dl.broadcom.com and expect successful HTTP Status codes as response.
Please engage firewall/network team to enable communication between proxy server and dl.broadcom.com.
NOTE : If any NATing IP is used after proxy server, to communicate to dl.broadcom.com then it needs to be checked by firewall/network team to allow the communication between proxy server, NATing IP and dl.broadcom.com.