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

2016-08-29 13:05 GMT-03:00 Vibhor Saraswat <[email protected]>:

> Are you sure it is working, some times
> when i try wget https:// <https://www.google.com/>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" <[email protected]> wrote:
>
>>
>> > 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 mailing list
>> [email protected]
>> http://lists.squid-cache.org/listinfo/squid-users
>>
>
> _______________________________________________
> squid-users mailing list
> [email protected]
> http://lists.squid-cache.org/listinfo/squid-users
>
>


--
_______________________________________________
squid-users mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to