Skip to main content

Questions tagged [http-proxy]

Filter by
Sorted by
Tagged with
1 vote
1 answer
665 views

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 ...
Niccolò's user avatar
0 votes
1 answer
285 views

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 ...
Mr Wrench's user avatar
3 votes
1 answer
2k views

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 ...
Stewart's user avatar
  • 16.1k
1 vote
0 answers
83 views

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 *&...
Big X's user avatar
  • 11
0 votes
1 answer
174 views

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?
1n4ho12's user avatar
0 votes
0 answers
121 views

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 ...
AstraLino's user avatar
1 vote
1 answer
3k views

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 ...
gaspar's user avatar
  • 152
0 votes
0 answers
86 views

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 ...
Austin 's user avatar
0 votes
1 answer
2k views

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 ...
Zain Rizvi's user avatar
0 votes
0 answers
62 views

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. ...
mrjayviper's user avatar
  • 2,303
1 vote
1 answer
133 views

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 ...
leeand00's user avatar
  • 4,971
1 vote
1 answer
1k views

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 ...
Mario Bernheim's user avatar
1 vote
1 answer
428 views

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 ...
Ole Tange's user avatar
  • 37.6k
1 vote
0 answers
109 views

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 ...
user478061's user avatar
1 vote
1 answer
954 views

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-...
Moe's user avatar
  • 13
2 votes
2 answers
15k views

I've tried installing a CentOS 8 server behind a corporate proxy but I can't seem to figure out why it won't let me do any connection commands. vi /etc/profile.d/proxy.sh # proxy settings ...
markb's user avatar
  • 143
2 votes
3 answers
2k views

Is there a simple, one-line command to run a HTTP Proxy? There are several one-line commands “serve this directory over HTTP” (e.g. python -m SimpleHTTPServer). Is there any command, or one-liner, for ...
Amandasaurus's user avatar
  • 1,336
1 vote
1 answer
3k views

I have a squid instance (v4.6) on a public address A.B.C.D setup with basic_auth (ldap backend). This works over unencrypted port, say 8080, using http_port A.B.C.D:8080. I'm trying to fiugre out how ...
Kamil's user avatar
  • 1,521
1 vote
1 answer
2k views

It worked ok with Ubuntu 18.04 but on Ubuntu 20.04 the issue with apt-cacher-ng is like this, $ sudo apt update Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Hit:2 http://security....
Pavel Sayekat's user avatar
2 votes
1 answer
1k views

I realized that in linux as well as in many programs, one can set http_proxy and https_proxy. I see many guides suggest: http_proxy = http://host:port https_proxy = https://host:port I have serveral ...
Wei's user avatar
  • 121
0 votes
1 answer
243 views

When configuring ssl.conf for Apache 2.2.4, I want to use some configuration like the below: SSLEngine on SSLCertificateFile /opt/alfresco/deploy/ssl/crt/testdns.com.crt SSLCertificateKeyFile /opt/...
Iván Carvallo's user avatar
0 votes
1 answer
2k views

I have an Apache 2 server installed on my Debian system. The Apache listens on port 80. Then I have a simple nodeJS server listening on port 8080. I want to use the Apache as proxy for the nodeJS ...
muliku's user avatar
  • 205
2 votes
1 answer
744 views

Why don't APT connect to HTTP proxy using HTTP CONNECT? I want to use APT with an HTTP proxy, so I've exported the http_proxy variable with the address of my server http://10.10.10.10. Now, my ...
Shuzheng's user avatar
  • 5,019
0 votes
1 answer
4k views

In an Ubuntu 16.04 machine I have set up a proxy relay configuration with squid 3.5.12 like this: External_proxy <-> Internal_proxy <-> Host At this moment, from both, external and internal ...
Zumo de Vidrio's user avatar
4 votes
1 answer
1k views

I was recently hired in a large corporation where I need a VPN to access email and other vital resources. When connected to the VPN, I need a wide range of HTTP proxies to access various URLs. On ...
Hubro's user avatar
  • 1,095
-1 votes
1 answer
303 views

How can I run multiple servers over a single IP, Using apache reverse proxy. Basically I want to configure an apache proxy for atlassian products like follows: https://jira.domain.com ProxyPass to ...
user345995's user avatar
2 votes
1 answer
2k views

I was trying to add brave key to fedora repository. I am behind a http-proxy, so I am unable to connect.I wonder what utility (like wget or curl) does rpm use to download the keys? so that I can add ...
squarepluto's user avatar
1 vote
0 answers
193 views

I like in the UK and have been using Privoxy to bypass geoblocking from US sites (due to GDPR or regional release). I tried connected to a server running a Proxy Judge script which showed that ...
paradroid's user avatar
  • 1,275
0 votes
0 answers
4k views

On a centos machine I want to do go get git.address.org/123 through a socks5 proxy. I thought maybe using socat to make the socks5 proxy into an http and then specifying it in the command like : ...
cablewelo2ma's user avatar
1 vote
1 answer
630 views

I'm trying to set the system-wide http_proxy environment variables (automated by a shell script) in such a way, that firefox uses them when executed from the LXDE start menu for all users. So far I ...
Flo's user avatar
  • 613
2 votes
1 answer
394 views

I have a situation: A computer with debian (K) is connected to the router (A), which distributes the network 192.168.1.0/24. There is another router (B) (it has a “white” ip), which distributes the ...
Alex A.'s user avatar
  • 183
1 vote
2 answers
198 views

I just posted a URL and tested viewing it I noticed that in Chrome on Android it redirects too many times to the following URL. I tried clearing my cookies and browsing data but it still did the same ...
FreeSoftwareServers's user avatar
1 vote
1 answer
2k views

I have a Gentoo linux where I run an application that makes requests to a certain domain, but does not respect my proxy setting I made in the environment variables (http_proxy, https_proxy, HTTP_PROXY,...
TVK's user avatar
  • 139
0 votes
1 answer
3k views

I'm running into an issue connecting from a Cygwin terminal to my home Raspberry Pi with SSH from behind an HTTP proxy. It used-to-work™ and I don't know what changed since a few days ago (maybe the ...
blx's user avatar
  • 11
1 vote
1 answer
40 views

I have a weird issue that I can't seem to find an answer for. When I enter: git config --global http.proxy http://{username}:{password}@{proxy address}:{port}/ It returns an error: git config --...
markb's user avatar
  • 143
1 vote
1 answer
2k views

I have a proxy Ubuntu 18.04, with squid 3128 and apache2, and I publish the auto configuration file proxy.pac with the option dhcp 252. The file has the following contents: function FindProxyForURL(...
acgbox's user avatar
  • 1,030
0 votes
1 answer
949 views

I have to set up an ssh/sftp connection which needs a certain configuration, and I've been looking around but didn't find an answer. I'm not sure it's even possible without some work around. I have 4 ...
sysstemlord's user avatar
0 votes
0 answers
258 views

I have a VPN tunnel running, where test.google.com = VPN HTTP server with IP 10.0.0.3. So I have /etc/hosts with DNS mapping test.google.com = 10.0.0.3 when I ping test.google.com it works. Now ...
user avatar
0 votes
0 answers
513 views

I don't quite figure out why I'm not able to get dns lookpu resolution into my browser (firefox) inside my ubuntu virtual machine. apt-get, git, maven, gradle and other tools are configured in order ...
Jordi's user avatar
  • 335
3 votes
1 answer
2k views

I am using selektor, which is similar to vidalia tor bundle. The default settings, use safe socks with port number 9054. It is fine and when I set the firefox proxy to "use system proxy", I can access ...
mahmood's user avatar
  • 1,271
5 votes
1 answer
16k views

Generally accepted is the use of HTTP_PROXY/HTTPS_PROXY environment variables to specify the use of a proxy server. Authentication can be included in this URL, e.g. HTTP_PROXY=http://user:pass@myproxy....
gertvdijk's user avatar
  • 14.6k
2 votes
0 answers
7k views

I want to set some variables in my system. Using echo $http_proxy also gives me the correct result, but when trying to access internet through terminal, I am getting the previous proxy and not the ...
user avatar
1 vote
1 answer
2k views

I have a long list (more than 1013 chars) of hostnames and IPs in my /etc/environment no_proxy/NO_PROXY variable, because my corporate proxy does not know them. My local Unbound DNS does. Only some of ...
uav's user avatar
  • 328
3 votes
1 answer
3k views

I have a kindle paperwhite which doesn't support adding Proxy servers in WiFi connections. I have created a hotspot connection via WiFi on my ubuntu thorugh which I connect my phones. I only have ...
canonball's user avatar
  • 133
3 votes
0 answers
382 views

I have a web application that is accessible only through HTTPS with client certificate authentication. I need to run some analysis tools which don't cope well with client certificate authentication. A ...
countermode's user avatar
  • 7,764
0 votes
1 answer
820 views

I have a java application which is behind nginx proxy pass. When the URL is called the application automatically creates a path for the served content. So when you call https://somedomain.com you get ...
DaWe4444's user avatar
  • 123
0 votes
1 answer
1k views

I'm using debian 8, and i want to capture all the traffic from it. So i installed mitmproxy on the same os on which i want to capture https, and i set up in the 'network->wifi->http proxy and https ...
Vlad's user avatar
  • 115
2 votes
0 answers
721 views

So here is my high level goal: I have Linux running on a small device that acts as a Wifi-Hotspot for wireless clients. It also runs a web server (nginx) for configuration and I would like to ...
user42's user avatar
  • 21
2 votes
0 answers
214 views

I have a web application running that takes incoming connections from various clients. Now I need to perform client authentication for each incoming connection. A separate application running on the ...
wasp256's user avatar
  • 209
1 vote
1 answer
2k views

Say I am connected with eth0 to Internet and create a hotspot with: create_ap wlan0 eth0 MyAccessPoint MyPassPhrase How to set the machine that generate the hotspot to proxify all connections ...
user123456's user avatar
  • 5,288