Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
AUTH TLS and AUTH SSL
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: WAQUET Thomas via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 2 Feb 2021 13:00:46 +0000
Hello,
I use libcurl with curl_easy to make client connection with a FTPS server, explicit TLS. The curl send both "AUTH TLS" then "AUTH SSL", I configured my curl with:
...
curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);
curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, CURLFTPAUTH_TLS);
...
That should only send "AUTH TLS"? Or I missed a configuration and how?
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Received on 2021-02-02
Date: Tue, 2 Feb 2021 13:00:46 +0000
Hello,
I use libcurl with curl_easy to make client connection with a FTPS server, explicit TLS. The curl send both "AUTH TLS" then "AUTH SSL", I configured my curl with:
...
curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);
curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, CURLFTPAUTH_TLS);
...
That should only send "AUTH TLS"? Or I missed a configuration and how?
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Received on 2021-02-02