Error refreshing manifest. SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read finished A

Posted on

recently , when I'm trying to refresh manifest , or see the repository in satellite server , I've got certificate error as below :
"Error refreshing manifest. SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read finished A"

For more clarification , I've connected satellite by proxy to internet and there is no capsule server between them.
for the proxy , I've used below configuration :
satellite-installer --scenario satellite --katello-proxy-url=http://our-proxy-url --katello-proxy-port=8080 --katello-proxy-username=**** --katello-proxy-password=****

AND

in this config file : /etc/rhsm/rhsm.conf I've added below lines :

proxy_hostname = our-proxy-url
proxy_port = ***
proxy_user = ***
proxy_password = ***

Responses