lua-users home
lua-l archive

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


On 9/11/07, Luc1an0 <luc1an0@free.fr> wrote:

>  I had try with the filename but I have an error too... 58
> unable to set private key file: 'my.certicate.crt' type PEM


Maybe you need to escape the backslashes?
 c:setopt(curl.OPT_SSLCERT,"X:\\My\\certificate\\file.crt")

 - Jeff