Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992
By: d731704

I'm using [b]GNU Wget 1.11.4 for Windows[/b].
It seems that [b]wget cannot download from https://[/b] links in my case, but
it works for http://, for instance:
[code]
C:\test>wget -rm --proxy=on --proxy-user=<my_password> 
--proxy-password=<my_username>
http://google.com
--2010-11-09 18:48:10--  http://google.com/
Connecting to 10.0.1.3:8080... connected.
Proxy request sent, awaiting response... 301 OK
Location: http://www.google.com/ [following]
--2010-11-09 18:48:11--  http://www.google.com/
Connecting to 10.0.1.3:8080... connected.
Proxy request sent, awaiting response... 302 Found
Location: http://www.google.it/ [following]
--2010-11-09 18:48:11--  http://www.google.it/
Connecting to 10.0.1.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Last-modified header missing -- time-stamps turned off.
--2010-11-09 18:48:11--  http://www.google.it/
Connecting to 10.0.1.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `www.google.it/index.html'

    [ <=>                                   ] 8,950       --.-K/s   in 0.07s

2010-11-09 18:48:11 (131 KB/s) - `www.google.it/index.html' saved [8950]

FINISHED --2010-11-09 18:48:11--
Downloaded: 1 files, 8.7K in 0.07s (131 KB/s)
[/code]

When I'm trying to download something from https-like link I get an error:
[code]
C:\test>wget -rm --proxy=on --proxy-user=<my_username>
--proxy-password=<my_password>
 https://sourceforge.net
--2010-11-09 18:53:14--  https://sourceforge.net/
Resolving sourceforge.net... failed: Unknown host.
[b]wget: unable to resolve host address `sourceforge.net'[/b]
[/code]

The error might be connected with the fact that my Internet connection goes
through a proxy server.

Am I missing something?(I've also tried different https options for wget like
--secure-protocol=auto etc.)
Could someone plz help me to solve this problem?

keywords: [b]wget https proxy[/b]


_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3937992/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to