wget uses Openssl for secure connections so you might be better able to
troubleshoot this if you have a standalone version of Openssl installed. I
find it helpful to use the Gnutls package included tools. Gnutls4win:
I downloaded wget from here http://users.ugent.be/~bpuype/wget/,MS Visual C++ and linked with OpenSSL
0.9.8k. Probably the problem is in OpenSSL 0.9.8k part of the build.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded wget from here http://users.ugent.be/~bpuype/wget/, MS Visual C++ and linked with OpenSSL 0.9.8k.
Probably the problem is in OpenSSL 0.9.8k part of the build.
Sorry, I wrongly assumed you were reporting a problem with the Gnuwin32 build
of wget. I will tell you that I have installed Openssl 0.9.8n (but not version
1.0) with Visual C++ 2008 EE so it is not very hard to build as a standalone
program. The older versions of Openssl have a security issue which affects
wget. But you may be correct that it could be related to your network
configuration.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using GNU Wget 1.11.4 for Windows.
It seems that wget cannot download from https:// links in my case, but it
works for http://, for instance:
When I'm trying to download something from https-like link I get an error:
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: wget https proxy
wget uses Openssl for secure connections so you might be better able to
troubleshoot this if you have a standalone version of Openssl installed. I
find it helpful to use the Gnutls package included tools. Gnutls4win:
http://josefsson.org/gnutls.html
Otherwise as a workaround just use a web browser to download files.
I downloaded wget from here http://users.ugent.be/~bpuype/wget/, MS Visual C++ and linked with OpenSSL
0.9.8k. Probably the problem is in OpenSSL 0.9.8k part of the build.
Sorry, I wrongly assumed you were reporting a problem with the Gnuwin32 build
of wget. I will tell you that I have installed Openssl 0.9.8n (but not version
1.0) with Visual C++ 2008 EE so it is not very hard to build as a standalone
program. The older versions of Openssl have a security issue which affects
wget. But you may be correct that it could be related to your network
configuration.