<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Chirag,<br>
<br>
that's something I stumbled upon some time ago:<br>
Somehow the curl-libs ... used by the python-layer is invalidating otherwise fine SSL certificates;<br>
<br>
You can look into this using <br>
URLGRABBER_DEBUG=1 yum update<br>
together with high log-levels in /etc/yum.conf<br>
<br>
What I found will resolve the issue, is getting new libcurl versions:<br>
c-ares-1.10.0-1.0.cf.rhel6.x86_64.rpm<br>
curl-7.30.0-2.0.cf.rhel6.x86_64.rpm<br>
libcurl-7.30.0-2.0.cf.rhel6.x86_64.rpm<br>
libssh2-1.4.3-6.0.cf.rhel6.x86_64.rpm<br>
<br>
packaged into a file called curlUp.tar, the following (bash) commands will resolve the issue (at least it did for me):<br>
<br>
tar -xf curlUp.tar<br>
<br>
#disable SSL for packages, otherwise we'll fail again right away<br>
sed -i "s/useNoSSLForPackages=0/useNoSSLForPackages=1/g" /etc/sysconfig/rhn/up2date<br>
<br>
#install the curl 'update'<br>
yum -y localinstall --nogpgcheck *.rpm<br>
<br>
#reenable the SSL for packages<br>
sed -i "s/useNoSSLForPackages=1/useNoSSLForPackages=0/g" /etc/sysconfig/rhn/up2date<br>
<br>
<br>
<br>
Best<br>
-Jonathan<br>
<br>
<br>
On 09/25/2013 02:35 PM, Chirag Choudhary wrote:<br>
</div>
<blockquote cite="mid:CACS8Zr8jZ_9ctv+TYrSdOZQbfXYVWEjYoTDSs9UM+159qVL5FQ@mail.gmail.com" type="cite">
<meta http-equiv="Context-Type" content="text/html;
        charset=iso-8859-1">
<div dir="ltr">From Web, and one of them is spacewalk repo for rhel : <a moz-do-not-send="true" href="http://spacewalk.redhat.com/yum/2.0/RHEL/6/x86_64/">http://spacewalk.redhat.com/yum/2.0/RHEL/6/x86_64/</a>
<div> </div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks & Regards</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Sep 25, 2013 at 5:56 PM, Thomas Foster <span dir="ltr">
<<a moz-do-not-send="true" href="mailto:thomas.foster80@gmail.com" target="_blank">thomas.foster80@gmail.com</a>></span> wrote:--
<br>
</div>
<div dir="ltr">Chirag Choudhary,
<div>Software Engineer</div>
</div>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Jonathan Hoser, M.Sc.
Institute of Bioinformatics and System Biology

WWW: <a class="moz-txt-link-freetext" href="http://mips.helmholtz-muenchen.de">http://mips.helmholtz-muenchen.de</a>

</pre>
<br>
<hr>
<font face="Arial" color="Black" size="1">Helmholtz Zentrum München<br>
Deutsches Forschungszentrum für Gesundheit und Umwelt (GmbH)<br>
Ingolstädter Landstr. 1<br>
85764 Neuherberg<br>
www.helmholtz-muenchen.de<br>
Aufsichtsratsvorsitzende: MinDir´in Bärbel Brumme-Bothe<br>
Geschäftsführer: Prof. Dr. Günther Wess Dr. Nikolaus Blum Dr. Alfons Enhsen<br>
Registergericht: Amtsgericht München HRB 6466<br>
USt-IdNr: DE 129521671<br>
</font>
</body>
</html>