Skip to main content

Network error: sslv3 alert handshake failure

Comments

3 comments

  • kodeslogic
    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
  • riadshout
    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.4
    0
  • kodeslogic
    Glad you have it resolved.
    0

Please sign in to leave a comment.