> 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.

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to