curl-library
how to use ftps
From: Stanislav Tishkin <stishkin_at_gmail.com>
Date: Tue, 14 Nov 2006 16:31:04 -0500
Date: Tue, 14 Nov 2006 16:31:04 -0500
I have the following configuration:
Server -> FileZilla, windows XP
Client -> LibcURL with OpenSSL, windows XP
I create a certificate on the server using FileZilla.
I have no clue what should be the next step, in order to
be able to connect from the client.
Do I copy FileZilla certificate to the client and use
curl_easy_setopt(curl, CURLOPT_SSLCERT, path to FileZilla's certificate)?
I also tried
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE)
but I got "certificate verify failed" error.
I have no clue what to do.
Please help.
Thank you very much.
Stas.
Received on 2006-11-14