cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_setopt for SSL proxy

From: nirdroid droid <nirdroid_at_gmail.com>
Date: Mon, 26 Jan 2009 00:41:00 +0200

my app uses proxy - both http and https
the proxy has http port and https port
so the code, as you suggest should be:

1. curl_easy_setopt(curl, CURLOPT_PROXY, "1.2.3.4");
2. curl_easy_setopt(curl, CURLOPT_PROXYPORT, 80);
3. curl_easy_setopt(curl, CURLOPT_PROXYPORT, 8443);

doesn't #3 runs over #2?
Received on 2009-01-25