Questions tagged [http-proxy]
140 questions
85
votes
5 answers
Set a network range in the no_proxy environment variable
I'm in a network using a proxy. I've got machines using lots of scripts here and there accessing each other over HTTP.
The network is 10.0.0.0/8.
My proxy is 10.1.1.1:81, so I set it up accordingly:
export http_proxy=http://10.1.1.1:81/
I want to…
SamK
- 1,580
- 2
- 13
- 14
68
votes
3 answers
How to use ssh over http or https?
I have a linux fedora21 client laptop behind a corporate firewall (which lets through http and https ports but not ssh 22) and I have a linux fedora21 server at home behind my own router.
Browsing with https works when I specify my home server's…
MMM
- 805
- 1
- 7
- 4
60
votes
7 answers
How to use socks proxy for commands in Terminal such as youtube-dl?
I connect to a remote ssh server by running this command:
ssh -D 12345 [email protected]
This creates a socks proxy that I can use with Firefox to bypass censorship in my country. However, I can't take advantage of it to in the command line.
Let's…
user1098135
- 603
- 1
- 6
- 5
59
votes
8 answers
What's the 'right' format for the HTTP_PROXY environment variable? Caps or no caps?
I've encountered both http_proxy and HTTP_PROXY. Are both forms equivalent? Does one of them take precedence over the other?
Mihai
- 1,052
- 1
- 7
- 14
23
votes
8 answers
Is there a way to set network proxy system-wide?
If I want to have GNOME applications (as well as Firefox and Chrome) access the network through a proxy, I need only use gnome-network-properties (a nice and simple GUI I must say). For other apps (e.g. APT, Transmission, XChat), I have to use their…
tshepang
- 64,472
- 86
- 223
- 290
12
votes
3 answers
Can anybody recommend an HTTP debugging proxy?
I would like something that allows me to:
Inspect all HTTP(S) traffic between my computer and the Internet, including 127.0.0.1
Modify incoming or outgoing data
It would also be nice if it had a scripting subsystem for setting rules and events
I…
Dale Ragan
- 223
- 1
- 3
- 8
10
votes
4 answers
How can I block a specific URL on a DD-WRT router?
I've been looking everywhere for this. Does anyone know how to block a specific URL on a DD-WRT router? For example, I want to block website.com/whatever but not website.com, blah.website.com, or website.com/blah. Is there a way to do this, or can…
Big McLargeHuge
- 3,044
- 11
- 35
- 49
10
votes
3 answers
Is there any tool for setting up proxy with pac file?
I've learned that different programs process pac files in different ways, and maybe most of them even don't support pac files. So I want to know if there is a tool that setup a proxy says 127.0.0.1:1234. And when I set some program's proxy to…
Perqin
- 261
- 1
- 2
- 7
10
votes
2 answers
Avoiding plain-text password in http_proxy
I am behind a corporate firewall, which brings lots of pains in the area of proxies. There are two main approaches I've found to work:
Use Cntlm at the cost of not being able to connect (from the command line) to HTTPS and external SSH locations.…
Captain Man
- 1,156
- 3
- 12
- 25
9
votes
3 answers
How to configure for an Authenticating Proxy Server
My work proxy server requires authentication with the Microsoft AD domain user credentials. Everybody knows how it works: If you log in on a Windows workstation, your "Internet Explorer" browser based internet access requests are automatically…
Johan
- 4,088
- 2
- 23
- 30
7
votes
1 answer
How to configure HAproxy to redirect multiple domain
i need configure HAproxy to redirect multiple domain with SSL, i need redirect in this way:
www.foo.com redirect to ip_other_webserver:81
www.bar.com redirect to ip_other_webserver:82
www.zoo.com redirect to ip_other_webserver:8080
I do not know…
stecog
- 2,221
- 10
- 29
- 39
6
votes
1 answer
How can I enable URL rewriting on a DD-WRT router?
I would like to be able to add a parameter to certain URL requests that go through my DD-WRT router. Specifically, I'm trying to figure out how to force safe search in Google, which means I have to append safe=on to any URL requests that begin with…
Big McLargeHuge
- 3,044
- 11
- 35
- 49
6
votes
2 answers
Which process uses http-proxy 8080
nmap -p1-65535 localhost gives me
PORT STATE SERVICE
8080/tcp open http-proxy
What is the process that is using this port.
From /etc/services/:
http-alt 8080/tcp webcache # WWW caching service
user123456
- 4,758
- 11
- 52
- 78
5
votes
1 answer
What's the difference between SSH and Squid when using them as proxies?
I've been using Squid on one of my server as a transparent proxy for a very long time (years).
Basically from the client I was creating an SSH tunnel between my client and the ssh + Squid server doing this:
ssh -T -N -x -C -L3128:127.0.0.1:3128…
Cedric Martin
- 2,777
- 6
- 28
- 32
5
votes
1 answer
Is there a light HTTP proxy I can run without root privileges?
I am on a network where outgoing port 8080 is blocked on most machines (i.e. I cannot access services on port 8080).
Some of the machines on the network however do not have this restriction.
I would like to run a proxy on an unrestricted machine and…
jsj
- 1,400
- 1
- 16
- 28