Questions tagged [http-proxy]

123 questions
2
votes
2 answers

CentOS 6.5 proxy bypass/no_proxy not working

I am running CentOS 6.5 on my desktop. I've set the Network Proxy using the network proxy application provided under Preferences. I've also set the following exceptions: localhost,127.0.0.0/8,172.16.0.0/12,192.168.0.0./16 But whenever I am using…
Naruto Uzumaki
  • 329
  • 1
  • 4
  • 9
2
votes
1 answer

Configure sub-domains at different ports with lighttpd

I've one domain example.com and two sub domains of it docs.example.com & bugs.example.com. And I've two applications running at ports 8080 & 8090. How to configure Lighttpd so that, it can forward all the requests at docs.example.com to 8090 and…
Arnab Das
  • 133
  • 1
  • 5
2
votes
0 answers

Mechanism to get the current running configuration values in nginx

Trying to find an easy and convenient mechanism to get the current configuration values from a running nginx instance. The ideal solution would be a url that I could point to that would print the configuration values that are loaded into the…
Juan Carlos Coto
  • 677
  • 2
  • 6
  • 13
2
votes
3 answers

HTTPS on Squid http proxy server

I've got many servers, and I want them to have the same IP when they request via the Internet. So I configured a Squid HTTP proxy server that works well for HTTP requests. The problem is that it does not work for HTTPS requests (the actual IP of my…
maxime
  • 140
  • 2
  • 6
2
votes
2 answers

Securing Nginx proxy

I'm using Nginx as a proxy for a Java web service. My config looks like this: location /webservice { proxy_read_timeout 240; proxy_connect_timeout 240; proxy_pass http://127.0.0.1:8080/; } In my logs I'm seeing a lot of entries…
Nick Lothian
  • 145
  • 1
  • 2
  • 5
2
votes
3 answers

How can Facebook's session get mixed up because of NAT and/or Proxy

Have received some reports from a customer (a very large company) they reported issues from clients who are using Facebook. These clients claim that once in a while when they log in to Facebook they end up in someone else's session. I know that…
Alex
  • 3,129
  • 21
  • 28
2
votes
4 answers

Is there a simple command-line HTTP proxy that outputs to STDOUT?

Is there a command-line HTTP proxy that outputs to STDOUT so I can use it with Unix pipes? I want to do something like this: Start the proxy at the command-line: $ proxy -p 8888 | grep "Text I'm interested in" > ~/my_log.txt Configure my browser…
richardkmiller
  • 255
  • 2
  • 12
2
votes
2 answers

Proxy Access to my Squid Proxy

I have a squid proxy cluster to let my users surf in the internet and on intranet ressources. Now there is a special user, that wants to configure another squid in the net of the users. So this proxy wants to access the internet over a proxy-proxy…
Fake4d
  • 603
  • 7
  • 10
  • 16
2
votes
1 answer

Can I have Varnish connect to a backend using a unix domain socket?

Tried this VCL, but it's not working: backend nginx { .host = "/path/to/.s.NGINX"; }
Attila O.
  • 226
  • 3
  • 12
1
vote
1 answer

HTTP/1 to HTTP/2 translation via proxy

I have a legacy client application that supports HTTP/1 protocol only. Some of the servers accessed by this application no longer support the HTTP/1 protocol because they migrated to the HTTP/2 protocol. Is it possible to translate the requests made…
Lacobus
  • 111
  • 1
  • 5
1
vote
1 answer

gcloud error: Network connection problems may be due to proxy or firewall settings

I want to open a an ssh session to my GCP VM instances using gcloud, but I seem to have problems because of my http proxy server. After installing the google-cloud-sdk in Ubuntu I ran gcloud into --run-diagnostics which failed with an error…
Damian
  • 113
  • 1
  • 7
1
vote
0 answers

nginx/memcached for cached web proxy

I'm trying to setup nginx as a caching layer on top of an HTTP proxy - along with memcached to do the actual caching. The goal here is that we have an internal application which will make frequent outgoing HTTP requests, and we want to use…
Siler
  • 349
  • 1
  • 7
  • 14
1
vote
0 answers

How to set http_proxy env variable and have wget using it transparently before login (Debian)

By setting environment variable http_proxy="http://proxy-server" I'm able to call programs like wget, curl, etc, using the set http proxy transparently. To persist this to the whole system I've added http_proxy to the /etc/environment. I'm using…
filipe
  • 111
  • 4
1
vote
3 answers

Squid 3.1 does not route traffic via ProxyChains

EDIT START To clarify what I need an answer to: What is different in Squid v3.1 vs v3.0? Why does the above difference not work with ProxyChains? What changes do I need to make to Squid 3.1 to make it work with ProxyChains (compilation options,…
mr-euro
  • 848
  • 3
  • 14
  • 31
1
vote
1 answer

Azure ARM VM creation with Network Security Groups

I have a network with enabled Network Security Groups where I deny Outbound Port 80 and 443. All Outbound traffic is managed through a Squid Proxy. Now, I want to create a new Virtual Machine in this Network using the Azure ARM templates using the…
Andy K
  • 11
  • 1
1 2
3
8 9