cURL / Mailing Lists / curl-users / Single Mail

curl-users

Proxy

From: Michel RIGAUD <rigaud.michel_at_gmail.com>
Date: Sat, 31 Jan 2009 16:50:45 +0100

Hello,

Here is my first post on this forum.
I am not an expert with curl. Here is the problem I encounter
I developped a connector that allows upload from my software to a web site.
I tested it at home, it worked perfectly until I installed it on my
customers PC. They use a proxy, so I had to redo things.
Now my question concerns the syntax I have to use. I am a little bit
confused with
--proxy-negotiate.
--noproxy
--proxy-anyauth
--proxy-basic
--proxy-digest
--proxy-negotiate
--proxy-ntlm
--p/--proxytunnel
-U/--proxy-user <user:password>
--x/--proxy <proxyhost[:port]>
http_proxy [protocol://]<host>[:port]
HTTPS_PROXY [protocol://]<host>[:port]
Basically, I know that connection works with mozilla and that they use a
login and password the first time they uxe the browser.

The web site I have to access is HTTPS. What does it change for the proxy ?

So which is the syntax I should use between all these variables and all
these commands: <proxy_adress> <port> <login_proxy> <password_proxy>
<https_mywebsite><login_website><login_password>

Thank you for your help

Michel

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-01-31