RHEL 6.6: [Errno 14] PYCURL ERROR 22 - “The requested URL returned error: 403 Forbidden”
Fixed it.
What i did:
- Fill up the rhsm.conf file with proxy settings (
/etc/rhsm/rhsm.conf
) - reboot the machine
- try to install:
root@mymachine:~# yum install -y openmotif22.i686 openmotif22.x86_64
-> fail, same error yum clean all -v
yum repolist -v
root@mymachine:~# yum install -y openmotif22.i686 openmotif22.x86_64
-> it worked... No idea why, but the reboot is the key.
I already had done those steps without the reboot, it didn't work.