I am trying to install Shibboleth via ansible in a centos-7 machine which is hosted in AWS.
But am getting "Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds
" error for installing Shibboleth and all its dependencies. I tired manually also with the command "sudo yum -y install shibboleth
", but same error.
If I install any other package via ansible or manually are working.
I tries all of the following solutions, but no luck.
Reboot machine
sudo yum clean all
sudo yum clean metadata
sudo yum --disableplugin=fastestmirror update
sudo yum-complete-transaction
sudo yum clean all && sudo yum makecache
Adding minrate=1, timeout=300 to yum.conf