cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How do I use the curl option "--engine"?

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 30 Mar 2007 10:16:02 -0700

On Fri, Mar 30, 2007 at 03:14:29PM +0800, ·å Í¿ wrote:
> I am using OpenSSL 0.9.8e with
> (dynamic) Dynamic engine loading support
> (ibmca) Ibmca hardware engine support
> However, when I used the curl's option "--engine" as following:curl ftp://
> 9.186.13.102:990/ -cacert ca102.crt --ftp-ssl --engine dynamic -u
> ftptest:ftptest -v,
> I got an error like this:
> * Failed to initialise SSL Engine 'dynamic':
> error:00000000:lib(0):func(0):reason(0)
> curl: (66) Failed to initialise SSL Engine 'dynamic':
> error:00000000:lib(0):func(0):reason(0)
> * Failed to initialise SSL Engine 'dynamic':
> error:00000000:lib(0):func(0):reason(0)
> curl: (66) Failed to initialise SSL Engine 'dynamic':
> error:00000000:lib(0):func(0):reason(0)
>
> I don't know which reasons caused this error.

Are you sure the 'dynamic' engine is actually supported by your OpenSSL
installation? Run 'curl --engine list' to see what's supported. Also,
you're missing an extra - before --cacert.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2007-03-30