[UG] curl error 43 with newer libcurl

Zdenek Pavlas zpavlas at redhat.com
Thu Nov 28 15:22:04 UTC 2013


> Maybe setting it to "1" is not supported, and raises an error.

Indeed.

lib/url.c:      failf(data, "CURLOPT_SSL_VERIFYHOST no longer supports 1 as value!");

You didn't see the message due to another bug in pycurl.
The reset() method throws away the error buffer and urlgrabber
used to call it.

You need to upgrade urlgrabber or downgrade libcurl.


More information about the Yum-devel mailing list