cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to set the default crypto engine to openssl in Curl

From: Aleksandar Lazic <al-curllibrary_at_none.at>
Date: Wed, 25 Jul 2007 08:49:29 +0200

Hi,

On Mit 25.07.2007 10:03, Parag Nandedkar wrote:
>
>'openssl engine -t' shows the following output :
>What does it imply ?

This show you the available openssl engines.

>root_at_parag-desktop:/etc/apache2# openssl engine -t
>(dynamic) Dynamic engine loading support
> [ unavailable ]

know please try:

-pEngine = "openssl";
+pEngine = "dynamic";

you can try with s_client from openssl to see if the engine setting
works:

openssl s_client -engine dynamic -connect www.myserver.com:443

and put GET / HTTP/1.0 into the waiting prompt.

cheers

Aleks
Received on 2007-07-25