Questions tagged [privoxy]

14 questions
6
votes
1 answer

Adding security to privoxy

I have this little proxy that i run with privoxy on my server, basically to take advantage of my server's static IP to connect to my office's VPN. I'm using it on a, let's say, uncommon port without authentication, an open proxy. As my SysAdmin…
Rod
  • 372
  • 4
  • 10
5
votes
1 answer

Proxy dropping custom headers with https

Problem : With HTTPS requests my proxy is dropping custom headers from the response : HTTP request : $ curl -I -x 127.0.0.1:5566 http://www.google.fr HTTP/1.1 200 OK ... X-Servedby: 50001 => My custom header is added to the response full response :…
vdaubry
  • 151
  • 4
4
votes
0 answers

Chain privoxy with another proxy to intercept SSL traffic

I'd like to setup Privoxy so that it can process HTTPS traffic in addition to HTTP, but it doesn't support SSL interception using my own self-signed certificate. I had the idea to have another proxy (call it "circular proxy") on my machine, via…
Aayla Secura
  • 137
  • 5
4
votes
2 answers

Privoxy: How to do user-authentification?

Hy, I'm running Privoxy on my server and I only want to allow some users to use the proxy. I can't specify a IP-Address because they are dynamic. I also can't use ssh because those users use mobile devices where no ssh-client is available. I know…
theomega
  • 724
  • 1
  • 8
  • 17
4
votes
2 answers

Privoxy rule to block Facebook spying

Recently, my server's Privoxy rules to block Facebook's spying have failed. How can I block current Facebook spying links? Since soon after the inception of Facebook's so-called “Open Graph” cross-site tracking widgets (those “Like” bugs on numerous…
bignose
  • 942
  • 10
  • 20
3
votes
4 answers

Redirect Privoxy traffic through OpenVpn

I am not sure if this is possible but I would like to route all traffic from FireFox through my OpenVpn connection with HideMyAss. Basically the setup I have is that I am running a connection using OpenVpn through HideMyAss, I have edited the ovpn…
user351711
  • 81
  • 3
3
votes
3 answers

Redirect OpenVPN gateway traffic to Privoxy

I would like to redirect the traffic that goes through my OpenVPN gateway to Privoxy, like so: OpenVPN client->Internet->OpenVPN gateway->Privoxy->Internet->Webserver (and vice versa) So far I managed to get the OpenVPN gateway working fine.…
Max Rother
  • 31
  • 1
  • 3
3
votes
1 answer

Can not pass traffic from privoxy to ziproxy

To save up some bandwidth I decided to set up a privoxy and ziproxy bundle on my Debian Lenny VPS. The idea was to have privoxy only accessible from localhost, and put ziproxy behind it to compress the output and accept connections, because it…
Roman
  • 61
  • 4
2
votes
2 answers

How can I make my proxy server use a proxy to access another proxy

I need to set up a HTTP proxy server (call it server A) for users to access Internet. For some reason, it needs to forward all the requests to another HTTP proxy server (call it server C). But C is not directly accessible by A, unless by using…
Tianyi Cui
  • 265
  • 1
  • 2
  • 8
1
vote
0 answers

Route and block HTTPS requests by domain with privoxy and havp

I'm configuring Privoxy and HAVP to run with OpenVPN and i'm stuck trying to block websites that use HTTPS (not all of them, some of them). I'm using the following in before.rules of UFW to redirect every request that comes in from the VPN users to…
DomeWTF
  • 127
  • 2
1
vote
1 answer

Nginx as https proxy

I need to setup nginx as https proxy, but this did not work: $ export https_proxy="http://127.0.0.1:8081" $ curl https://example.com curl: (56) Received HTTP code 400 from proxy after CONNECT My nginx.conf: server { listen 8081; …
Pavel Nazarov
  • 23
  • 1
  • 3
1
vote
1 answer

redirecting iptables to privoxy does not work

I have set up a wireless access point on my Debian 8 laptop following this and this tutorial. When redirecting iptables to port 9040 it works but changing the port to 8118 which is the one privoxy listens to, it doesn't work and I can't access any…
moki
  • 111
  • 4
0
votes
2 answers

Limit Privoxy access with iptables to IP range

I would like to limit the access of the Privoxy port to a selected IP range. Background: I'm using an IPSec-VPN which users get 10.0.0.0/8 addresses assigned and only those users should be able to use the proxy service and "foreign users" are…
user204250
0
votes
1 answer

Linux webfilter with LDAP SSO authentication

I'm looking for a self-made linux proxy/webfilter server and stumbled upon several products. (squidguard, dansguardian, ..) I found Privoxy the most appealing. Now I went searching on the internet for any help on configuring a squid proxy server…
grmbl
  • 155
  • 9