Re: [squid-users] Wget https://www.google.com not download

2016-08-29 Thread Jorgeley Junior
I think you have to set all these environment variables, see my example: ftp_proxy=ftp://192.168.1.254:8213/ http_proxy=http://192.168.1.254:8213/ https_proxy=https://192.168.1.254:8213/ socks_proxy=socks://192.168.1.254:8213/ Also, I setted the proxy into the file: /etc/wgetrc Hope it helps

Re: [squid-users] Wget https://www.google.com not download

2016-08-29 Thread Vibhor Saraswat
Are you sure it is working, some times when i try wget https:// www.google.com it is not download ""wget proxy tunneling failed bad request unable to establish ssl connection"" this message is appears when i try wget https:// URL's On 29-Aug-2016 9:15 pm, "FredB" wrot

Re: [squid-users] Wget https://www.google.com not download

2016-08-29 Thread FredB
> Set the environment with below command > Export http_ proxy=" 192.168.1.2:8080 " > HTTP > But when I download the website through http it is download. > Wget http://google.com > HTTPS export https_ proxy="192.168.1.2:8080" Fred ___ squid-users mai

[squid-users] Wget https://www.google.com not download

2016-08-29 Thread Vibhor Saraswat
Hello Team, We have one centos 7 client machine and configure the proxy manually through command. Proxy ip 192.168.1.2 Proxy port 8080 Set the environment with below command Export http_ proxy="192.168.1.2:8080" But when I download the website through http it is download. Wget http://google.com