Network error: sslv3 alert handshake failure
Hello everyone,
Recently i'm facing issue with yum update. I cant perfom any system update.
Here is error:
[root@static ~]# sudo yum update
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
Network error: sslv3 alert handshake failure[root@static ~]# sudo yum install wget
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
Network error: sslv3 alert handshake failure
[root@static ~]# sudo yum install telnet
Loaded plugins: fastestmirror, rhnplugin, universal-hooks
Network error: sslv3 alert handshake failure
Anyone please guide how to fix this problem?
Thanks
-
We had a similar issue in the past where a file located at /etc/yum/pluginconf.d/rhnplugin.conf was causing the issue. If you have the same file on your server, then edit /etc/yum/pluginconf.d/rhnplugin.conf as: # vi /etc/yum/pluginconf.d/rhnplugin.conf change enabled=1 to enabled=0 save the changes # yum clean all
This resolved the issue in our case.1 -
We had a similar issue in the past where a file located at /etc/yum/pluginconf.d/rhnplugin.conf was causing the issue. If you have the same file on your server, then edit /etc/yum/pluginconf.d/rhnplugin.conf as:
# vi /etc/yum/pluginconf.d/rhnplugin.conf change enabled=1 to enabled=0 save the changes # yum clean all
This resolved the issue in our case.
We had a similar issue in the past where a file located at /etc/yum/pluginconf.d/rhnplugin.conf was causing the issue. If you have the same file on your server, then edit /etc/yum/pluginconf.d/rhnplugin.conf as:
# vi /etc/yum/pluginconf.d/rhnplugin.conf change enabled=1 to enabled=0 save the changes # yum clean all
This resolved the issue in our case.
Many thanks, The issue was already fixed, Here is more information. how the issue was fixed for me. I found wrong Resolver Configuration: /etc/resolv.conf Edited this configuration file: nano /etc/resolv.conf I put this below google dns: nameserver 8.8.8.8 nameserver 8.8.4.40 -
Glad you have it resolved. 0
Please sign in to leave a comment.
Comments
3 comments