cURL / Mailing Lists / curl-library / Single Mail

curl-library

regarding CURLOPT_HTTPPROXYTUNNEL

From: kuriakose <kuriakose_at_huawei.com>
Date: Thu, 10 Aug 2006 17:38:12 +0530

Hi
  I was using CURLOPT_HTTPPROXYTUNNEL for usual http download of a file it
was working. I made some modifications( just added SSL_VERIFYPEER and
SSL_VERIFYHOST ) for getting a web page from https web server , that was
also working .But I undone the modifications and tried to do http download
( which was working previously) it is giving error HTTP/1.1 400 Invalid URI
. when I commented the curl_set_opt(...,CURLOPT_HTTPPROXYTUNNEL..) it is
again working.

Why is this so
  
Received on 2006-08-10