Questions tagged [http-proxy]
123 questions
3
votes
0 answers
HTTP proxy settings in unattend.xml only take effect after a user has logged on
I am creating a Windows "golden image" that will be rolled out to a network which does not have direct Internet access. Instead, HTTP/HTTPS traffic must be carried over a proxy server.
When running sysprep, I am adding this to unattend.xml, to…

Richard Downer
- 471
- 1
- 3
- 10
3
votes
1 answer
Is it possible to expose an HTTP proxy on localhost via ngrok?
I have tinyproxy installed on localhost (I also tried squid and failed similarly). It runs on port 8888. This works:
curl -x localhost:8888 http://www.google.com
And I see output in the tinyproxy logs.
Now I run the latest version of ngrok and get…

AmitA
- 131
- 3
3
votes
1 answer
Is it common for HTTP proxy to connect to ANY destination port indicated in HTTP request?
Is it common for HTTP proxy to connect to ANY destination port indicated in HTTP request? Or usually set of destination ports is restricted (80, 8080, 443, ...) I created WCF service and Visual Studio assigned address http://localhost:7517/ But…

Vlad
- 131
- 8
3
votes
1 answer
Use uWSGI as a proxy server
Question:
Is there a way to use uWSGI as a proxy server?
More about the system:
6 load-balanced nginix/uWSGI servers
Python
Requirements:
Set up a few proxy servers that can:
Accept requests from a client browser
Read and modify request…

Chris Dutrow
- 734
- 8
- 20
3
votes
2 answers
Real-time layer 7 (http.request.uri) filtration on freebsd
I have a freebsd 9.0 router with 250-300Mbit/s traffic,
and need to filter small list of pages (http.request.uri).
I do not care about tor, anonymizers, proxy etc. Just prevent direct access from my network to this pages.
How? Only redirect http…

Korjavin Ivan
- 2,250
- 2
- 26
- 41
3
votes
1 answer
Running a Gentoo distfiles caching mirror on Debian
I have a variety of Linux hosts on my office LAN. I run apt-cacher-ng on a box to cache packagae downloads for all of the Debian and Ubuntu machines on the network. We have a few Gentoo users and I would like to cache their distfiles downloads as…

Sean O'Leary
- 493
- 2
- 8
3
votes
4 answers
Using a http proxy without manually configuring the browser to use proxy server
I want to setup squid proxy server to be used without manually configuring the browser to use a proxy. For example I should be able to do this in the browser address bar: htttp://squidserverip:3128/www.serverfault.com. It did not work for me with my…

nixnotwin
- 1,543
- 5
- 35
- 55
3
votes
2 answers
turn off http_proxy on centos
hello i have a problem. when i do "yum update or install" it will not work. but it will after i type in export http_proxy= everytime i restart. where is this location of http_proxy ? so i dont have to export each time the centos reboot?
Thanks for…

Adam Ramadhan
- 173
- 1
- 2
- 9
3
votes
2 answers
How to tunnel local port through proxy server?
I have a non-proxy-aware program that I need to get working through an HTTP proxy server. The program (MYPROG) running on a machine I can configure at will (MYSRV) connects to a specific server (DESTSRV) on a specific port (DESTPRT). There is an…

Joe Casadonte
- 338
- 3
- 16
3
votes
1 answer
Why am I getting errors in my HAProxy content switching config?
I'm migrating some infrastructure from multiple servers hosting specific sites to a load-balancing architecture using HAProxy 1.3.15.7 on OpenBSD 4.6 macppc. Naturally, I'm starting with configuring content switching for the current setup (specific…

morgant
- 1,470
- 6
- 23
- 33
2
votes
0 answers
Reverse proxy in front of a forward proxy
Our enterprise environment is essentially cut off from the internet, save for an HTTP (forward) proxy that operates at 192.168.1.2:8080. There is a firewall with an IP whitelist for proxy access, and the proxy itself has a URL whitelist per group of…

Chris Hunt
- 171
- 1
- 8
2
votes
1 answer
Cannot bind socket error for squid proxy
I set up a squid proxy inside a docker-machine using the datadog/squid image, when I access the cache.log file inside the container I see the following at the end of the logs:
2017/11/06 21:45:10| HTCP Disabled.
2017/11/06 21:45:10| commBind: Cannot…

appdap1
- 23
- 1
- 5
2
votes
0 answers
Forbid reviving dead peers in Squid
How, I'm using Squid v3.3.8 and I need to create HTTP rotating proxy server to send all requests through set of predefined proxies (I'm automatically updating squid config to update set of working proxies).
My output proxies are not fast and…

Ales Dakshanin
- 51
- 1
- 6
2
votes
1 answer
Squid cache_peer round-robin algorithm not working as expected
I have number of peer-to-peer HTTP proxies and I need to distribute my requests among them evenly, so I added multiple cache_peer directives and set round-robin as peer selection algorithm. This is my config:
# Basic configuration
visible_hostname…

Ales Dakshanin
- 51
- 1
- 6
2
votes
1 answer
Http proxy server performance analyzing
I have implemented a http proxy client/server. Currently I intended to test performance of this proxy client/server. Can anybody tell me what kind of tests should I take to analyze it's performance? Which aspects and how I can analyze several…

Ehsan Maiqani
- 123
- 1
- 3