Hi all,
           Through  http 
proxy i am accessing the https site, for that i did the
           libcurl settings 
as belows , whether i have to use 
              
 CURLOPT_HTTPPROXYTUNNEL or the below setting is ok , if any extra 
setting is required please tell me

curl_global_init(CURL_GLOBAL_ALL);
curl_handle = curl_easy_init();
curl_easy_setopt(curl_handle,CURLOPT_PROXY,"10.1.6.44:8080");
curl_easy_setopt(curl_handle,CURLOPT_URL,"https://woodgrovebank.com/";);
curl_easy_perform(curl_handle);

-Barani



      Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to