lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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