Questions tagged [http-proxy]
The http-proxy tag has no summary.
139 questions
1 vote
1 answer
638 views
Tinyproxy: listening and binding on different NICs (eth0, eth1). Routing issues
On a Linux server I have 2 NICs: eth0 and eth1. The server has the IPs: 192.168.2.200/24 on eth0 192.168.3.200/24 on eth1 Both the networks have the default subnet mask (255.255.255.0) and the ...
0 votes
1 answer
275 views
Setting up `iptables` for use with an external HTTP proxy
I have a linux machine and an external HTTP proxy. I couldn't figure out how can I transfer the whole traffic (udp also if possible) of my system using iptables. sudo iptables -t nat -N PROXY_CHAIN ...
3 votes
1 answer
2k views
Prevent requests to 127.0.0.1 from being forwarded to http_proxy
I have this on my machine: $ cat /etc/profile.d/proxy.sh export http_proxy=http://192.168.1.30:3128 export https_proxy=https://192.168.1.30:3128 That works great, until I need to use an HTTP ...
1 vote
0 answers
77 views
Has the target of a HTTP CONNECT tunnel to be reachable from both client and proxy?
I am trying to tunnel ssh via HTTP. My apache virtual host config looks as follows: <VirtualHost *:443> ServerName proxy.example.org ProxyRequests On AllowCONNECT 22 <Proxy *&...
0 votes
1 answer
163 views
How to define HTTP_PROXY uppercase as http_proxy lowercase in macos?
How to define HTTP_PROXY uppercase as http_proxy lowercase in macos? Is there a way to set HTTP_PROXY to work similarly as http_proxy?
0 votes
0 answers
112 views
squid proxy on redhat 7 is not allowing http traffic
I have two squid proxy servers. They both have same squid.conf file. One is allowing http traffic but other is not allowing http traffic. https traffic is working via both squid proxies squid config ...
1 vote
1 answer
3k views
NginX - http and stream proxy on the same server
I want to ask you if there is a possibility to configure NginX as http proxy and stream proxy on the same NginX server? Or should it be splited on two machines, one as http proxy, another as stream ...
0 votes
0 answers
74 views
Forwarding traffic via ssh from printer to raspberry pi
At my place of work, we have two different kinds of printers: Konica and HP. They are connected to our network and each have a specific ip. Each employee has an account they must access before ...
0 votes
1 answer
2k views
Intercept and edit http requests on the fly
Is there a tool that'll let me programatically inspect and edit http requests being emitted from my box on the fly? I'm hoping to create the ability to access mirrors of commonly downloaded files when ...
0 votes
0 answers
59 views
what daemon/service can I use to block website based on page content?
might be best explained with an example: On the page I'm viewing, the word "sex" is present in the DOM or page source or URL. I want to block this page and present a generic page instead. ...
1 vote
1 answer
126 views
Would a Netgate 1100 with pfSense Plus Software support SquidGuard?
Would a Netgate 1100 with pfSense Plus Software support SquidGuard? I'd like to be able to do web filtering using that software / hardware combination. P.S. Apologies if I have posted this in an ...
1 vote
1 answer
1k views
NGINX - What happens if client is slower than upstream server with proxy_pass?
with proxy_pass - how does NGINX handle situation when the client is slower connection than the upstream server, say the upstream server is pushing the content to the nginx server at 12MBPS, but the ...
1 vote
1 answer
422 views
Use KeepSolid (VPN Unlimited) proxies from curl
It seems KeepSolid's servers run Squid (https://89.45.7.90:3129), and that the Firefox plugin somehow authenticates, so that Firefox can use it. I want to use curl with KeepSolid's servers (aka. VPN ...
1 vote
0 answers
107 views
Getting Error 503 trying to connect with Grouper with user and pass via python
I have an apache proxy server setup with following in my .htaccess file #Header always set Access-Control-Allow-Origin "*" Header onsuccess unset Access-Control-Allow-Origin Header always ...
1 vote
1 answer
944 views
set shadowsocks proxy on wsl2
I have followed these two links to set up apt-get proxy. https://github.com/microsoft/WSL/issues/6143 and https://askubuntu.com/questions/7470/how-to-run-sudo-apt-get-update-through-proxy-in-...