Re: LuaCurl on Windows
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaCurl on Windows
- From: "Jeff Pohlmeyer" <yetanothergeek@...>
- Date: 2007年9月10日 14:46:38 -0500
On 9/10/07, Luc1an0 <luc1an0@free.fr> wrote:
> local f=io.open("X:\My\certificate\file.crt")
...
> c:setopt(curl.OPT_SSLCERT,cert)
Hello, Luc1an0 -
I am not familiar with LuaCurl, but I see in the curl_easy_setopt
documentation:
CURLOPT_SSLCERT: The string should be the *filename* of your certificate.
- Jeff