Questions tagged [proxy]

A method of connecting to the internet through an intermediary (a proxy server) which handles connections and redirects them.

1229 questions
130
votes
16 answers

How do I get add-apt-repository to work through a proxy?

I'm trying to follow the "Installing Cross Toolchain on Ubuntu 10.04 (Lucid) and 10.10 (Maverick) Hosts" instructions on wiki.linaro.org (on my Ubuntu 10.04 VM). The first step is: sudo add-apt-repository ppa:linaro-maintainers/toolchain But when…
93
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
  • 931
91
votes
6 answers

How do I set system-wide proxy servers in Xubuntu, Lubuntu or Ubuntu Studio?

I cannot find the proxy settings anywhere. Do I have to set it through terminal, through gconftools or is there some GUI present for it?
siddharth
  • 1,015
78
votes
6 answers

How to set a proxy for terminal?

I am looking to set a proxy for terminal. What I need is I want to send all terminal communications to the internet through a proxy, say tor. I tried to set a system wide proxy set up. But Terminal doesn't obey the system wide proxy…
76
votes
6 answers

How to install snap packages behind web proxy

I know how to configure APT to use a web proxy. But what about snap?
64
votes
1 answer

Install mod_proxy to get ProxyPass to work

I've been trying to follow these instructions, so that I could get the Citadel mail server to work alongside Apache, but I get an error when I try to restart Apache: Invalid command 'ProxyPass', ... I was told in the Apache docs that this is from…
62
votes
9 answers

Google Chrome proxy settings?

When I try to set Google Chrome's proxy settings (on chrome://linux-proxy-config/), I get the following message: When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system…
a06e
  • 14,233
57
votes
3 answers

how to install packages with apt-get on a system connected via proxy?

I've got an Ubuntu 11.10 system connected via a proxy to the internet, and I would like to install packages via apt-get. When I try to do that I get this error message: sudo apt-get install libboost-program-options-dev [...] Err…
719016
  • 6,467
55
votes
6 answers

syntax for SOCKS proxy in apt.conf

I want to add SOCKS proxy settings to /etc/apt/apt.conf. What is the syntax for it? Is it same as http and ftp syntax? Thanks.
Ubuntuser
  • 10,012
51
votes
8 answers

Why is apt-get always using proxy, although no proxy is configured?

I'm trying to disable the proxy for apt-get but it seems like apt-get gets it's proxy configuration from somewhere else other than /etc/apt/apt.conf, because although the apt.conf file is empty (and the system proxy set to None) it's still trying to…
Ahatius
  • 2,137
51
votes
3 answers

Setting proxy for apt from terminal

Possible Duplicate: apt-get does not work with proxy I have tried changing my proxy settings in a terminal as: export HTTP_PROXY=http://10.1.3.1:8080 and export http_proxy=http://10.1.3.1:8080 but when I try to install a new package or update…
Uthman
  • 1,528
49
votes
10 answers

Can't update because the word prox* is blocked

I live in Ethiopia and the government blocks all urls with the word "proxy" in them. I couldn't use that word in the title above because that would make the url contain the word proxy. When I apt-get upgrade I get errors because some packages like…
tofurator
  • 1,379
42
votes
10 answers

407 Proxy Authentication Required

When I try to install a software using Ubuntu Software center I get: Failed to download repository information Check Your Internet connection When I try to do a apt-get install something, I get: 407 Proxy Authentication Required I use a proxy…
user38507
  • 421
35
votes
8 answers

What alternatives are there to Fiddler debugging proxy?

I'm looking for a good and famous web debugging proxy that can logs all HTTP(S) traffic. Like a fiddler for Windows. I found that it doesn't work on Ubuntu. So is there any one for Ubuntu?
Alex Malex
  • 2,692
  • 9
  • 28
  • 26
34
votes
2 answers

How to permanently disable http_proxy

When I remove proxy from System/Network and apply it system wide it still remains when working in console. When I run: env | grep proxy it…
1
2 3
81 82