When attempting to install or upgrade from the packages.broadcom.com repository, the follow message is returned.
[Errno 14] curl#22 The Requested URL Returned 403
Proxy is not allowing the connection
cat /etc/yum.conf | grep 'proxy'If additional support is needed, provide the following:
sudo tcpdump -i any -nn src host <hostip> -s 0 -v and port 443 -w /tmp/yum_issue.pcapcurl -u username:token https://packages.broadcom.com -vvv
Then with proxy
curl -u username:token https://packages.broadcom.com -vvv --proxy proxyaddress:portIf tcpdump is not available.
yum install tcpdump --disablerepo=CarbonBlack