[UG] curl error 43 with newer libcurl

Zdenek Pavlas zpavlas at redhat.com
Thu Nov 28 15:05:11 UTC 2013


> line 1161, in _set_opts
>      self.curl_obj.setopt(pycurl.SSL_VERIFYHOST, opts.ssl_verify_host)
> error: (43, '')

This used to be a boolean option (converts to 0/1), but due to a bug
in libcurl it didn't work.. http://curl.haxx.se/mail/archive-2005-05/0002.html

Newer urlgrabber sets the option to "2".
http://yum.baseurl.org/gitweb?p=urlgrabber.git;a=commitdiff;h=b6bfd59c

> CURLE_BAD_FUNCTION_ARGUMENT (43) - Internal error. A function was called with
> a
> bad parameter.

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



More information about the Yum-devel mailing list