A method of connecting to the internet through an intermediary (a proxy server) which handles connections and redirects them.
Questions tagged [proxy]
1235 questions
91
votes
3 answers
How do I configure proxies without GUI?
How do you configure proxy settings in the Ubuntu Server or Minimal (CLI) versions using the terminal?

Asad
- 911
19
votes
3 answers
How do I set a system wide proxy with a username and password?
I'm trying to set a system wide proxy, and I'm specifically having difficulties with apt-get for installing applications on my Ubuntu. I'm in a university using a proxy server with username/password. I'm aware of setting a proxy with username and…
13
votes
1 answer
How to access blocked sites?
I am in Pakistan and YouTube is blocked here. I want to take the Lecture videos from YouTube. In Windows, I was using Hotspotshield to bypass the proxy.
But now, using Ubuntu, I don't know how to bypass the proxy. I found some where that i can…

Muhammad AYUB Khan BALOUCH
- 304
- 1
- 3
- 8
7
votes
2 answers
How can I find out the proxy address I am behind?
I am behind a proxy, but I don't know the URL/port. Is there a way to find this out?
Thanks,

Ray
- 121
6
votes
2 answers
Enable proxy settings at work, disable proxy settings at home?
At work, I have a proxy set on many files/applications.
In /apt/apt/apt.conf I have Acquire::http::Proxy "http://myproxy.example.com:8888" set.
In /etc/wgetrc I have:
https_proxy = myproxy.example.com:8888
http_proxy =…

Flukey
- 173
6
votes
1 answer
Set up Proxy server on Ubuntu
Few years ago I have configured proxy server on freebsd by IT guys.
it's functions
register computers by MAC address.
filter web sites, messengers, downloads
set few computers without internet access
set some computers with limited internet…

Amara
- 129
4
votes
3 answers
How to make curl use proxy automatically
Today I configured the PC of my company to setup a proxy and it worked because I can wget web page via proxy.
What I did is set http_proxy, https_proxy and ftp_proxy in the ~/.bashrc and in the ~/.wgetrc.
However, when I tried to curl www.google.fr,…

Yves
- 1,288
- 6
- 19
- 34
3
votes
1 answer
How to escape @ symbol in enviroment file?
I have my /etc/environment file set up with proxy settings. It looks like this -
http_proxy="http://userName:password@proxy:port/"
https_prxoxy="http://userName:password@proxy:port/"
The password contains an @ symbol which somehow seems to be…

aandis
- 133
- 3
3
votes
0 answers
"@" in the password breaks exporting proxy variable
I have at the rate in the password (@) that I use to authenticate and use internet in my college. But to set proxy settings from the terminal we have to separate password and proxy host with @. Ubuntu is mistaking my @ in the password to this…

Supriit
- 31
- 2
3
votes
1 answer
cntlm works for http but not https
I have installed and configured cntlm on a fresh Ubuntu 12.04 64-bit build (running in VirtualBox).
The Network Proxy setting is pointing to cntlm (localhost:3128) for both HTTP and HTTPS proxies.
Through Firefox, http URLs work, but https URLs are…

Synesso
- 553
3
votes
1 answer
How do we prevent users from changing the Proxy Setting?
Our school is running Ubuntu 12.04 Desktop.
We have a server that filters/block websites via proxy. We need a way to prevent the student account(The account type is limited) from changing the proxy settings.
We have tried to use the "Users and…

drCoding
- 51
2
votes
1 answer
why can't system proxy work while firefox/chrome works well with proxy?
I'm in a lab and have to use proxy for Internet access.
I can set proxy on firefor/chrome (8080) and use the proxy to access Internet. But when I set the proxy on system setting of…

lily
- 401
2
votes
1 answer
my server unable to reach https port 443 urls behind proxy
I have set up a 12.04 LTS ubuntu headless server 64 bit.
This is my network interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The basic eth0 network interface
auto eth0
#iface eth0 inet dhcp
# static IP
iface eth0 inet…

Kim Stacks
- 1,076
2
votes
2 answers
Force ubuntu to access internet through proxy
I've set up a squid forward proxy to cache all internet requests. I have a public ip and opened port 3128. Now I just need to set my ubuntu server to force all internet connections to pass through this proxy, using the ip address and port number.
I…

jc.yin
- 531
- 2
- 7
- 13
2
votes
1 answer
ERROR: Could not install packages due to an OSError: Failed to parse: proxy:port
I wanted to install a package using pip3 but that's happened:
Ubuntu@User:~$ pip3 install
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not install packages due to an OSError: Failed to…

Abol
- 43