Questions tagged [transparent-proxy]

210 questions
1
vote
2 answers

Squid SSL Bump TAG_NONE / HEIR_NONE

I have a transparent proxy, Squid, version 3.5.20 (latest stable at this time) I need to do domain whitelisting. Squid is configured to do SSLBumping (see squid config below) I try to install Sumologic on a server which is located behind the squid…
Mike
  • 196
  • 1
  • 2
  • 13
1
vote
1 answer

pfsense(2.3.1_5) Squid transparent proxy redirects internally hosted sites from http to https

I'm having an issue with Squid's transparent proxy on my pfSense firewall. My company hosts an internal git server at the following address (for example purposes) http://git.gitserver.com/. From our domain registrar there is a dns record to forward…
RyeGuy
  • 11
  • 3
1
vote
1 answer

How can I configure a home proxy server only with router?

I want to connect: [work] <-> [proxyWork] <-> [myHome] <-> [www] I want to configure myHome as a proxy server but I don't want to switch on my home computer for all days. Does it exists any (possibly cheap) hardware that can act as a router with…
Ricibald
  • 111
  • 1
  • 4
1
vote
2 answers

apache2 HTTPS to HTTP reverse proxying

I am trying to set up what i believe needs to be a reverse proxy in Apache 2. I have apache set up and i have Mod_proxy,mod_ssl,Mod_rewrite all enabled. i am trying to control a media player through its HTTPS web page, it does not allow http…
new2apache
  • 21
  • 1
1
vote
1 answer

Is HAProxy built with TPROXY on Ubuntu 14.04

Ubuntu 14.04 has TPROXY (How to check if Ubuntu 14.04 Kernel has TPROXY). How do I find out if the version of HAProxy packaged for 14.04 is compiled with TPROXY?
1
vote
1 answer

openbsd pf squid transparent proxy using a bridge

I want to use OpenBSD 5.7 as a filtering bridge in front of my router, and as part of that run a transparent proxy (squid 3.5.1) to manage web access. I have set up the openbsd machine as a bridge, and this works fine. However, I cannot get pf to…
Jim
  • 11
  • 1
  • 3
1
vote
3 answers

What is the best way to get PRECISE domain name from ip address logged in iptables log

In iptables I am logging certain public IP addresses... say of websites visited from different workstations, depending on destination port number... All this is not really relevant to the question but I am just stating it here so my goals become…
Sunny
  • 381
  • 1
  • 6
  • 16
1
vote
1 answer

redsocks + socks server on different machine

I have the following setup: Host-X (192.168.1.100) running ssh -D so that it can be used as a socks server. Host-Y (192.168.1.101) running redsocks configured with Host-X as socks. They are in the same network together with other machines. I would…
cyrusza
  • 21
  • 1
  • 6
1
vote
3 answers

Transparent proxy and HTTPS with squid

Is is possibile to use a transparent proxy to filter some domains without a man-in-the-middle approach? I would like to guarantee the certificate verification and user privacy, by other hand, I want to deny connection to some domain. Is it possibile…
Tobia
  • 1,272
  • 9
  • 41
  • 81
1
vote
1 answer

Iptables fails to redirect traffic to transparent proxy

My goal was to use ubuntu as a router, with Redsocks serving as a transparent SOCKS proxy redirector. Each machine on my network would have its TCP/UDP traffic redirected to a different port where Redsocks was listening. Example: Machine 1 would…
Loxy
  • 13
  • 1
  • 3
1
vote
1 answer

Set up proxy for vpn server on ubuntu server 12.4

I have a vpn server with HTTPS, L2TP, OPENVPN, and PPTP. I want to set up a proxy on the server, so all connection that comes from vpn clients, they will use that. I created the following bash script file for it, but the proxy isn't…
1
vote
1 answer

Security implications of running SquidProxy on the main pfSense Firewall

I want to start a discussion about the pros and cons of running a SquidProxy server on the same pfSense box as the main firewall. Today I have one pfSense doing all the firewall things, like routing and filtering (I don't use NAT), so pfSense is…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
1
vote
1 answer

How to configure Windows Server as a Web Proxy?

I'd like to set up a transparent web proxy on my home network. I know you can do this with Squid on Linux. I was wondering if Windows Server includes a web proxy?
John
  • 129
  • 1
  • 1
  • 6
1
vote
1 answer

Proxy to remote proxy?

One of our partners require us to use one of their proxies in order for us to reach various services there. What I would like to achieve is to set up a local proxy at which I point the domains, so that we internally can connect without…
user135361
  • 83
  • 8
1
vote
0 answers

Can't get Squid to work with Intercept

I have a Sqiud Proxy server I am trying to add Transparency to using the Intercept feature. Currently the Proxy server accepts and functions fine as a standalone proxy for users. However when I add the Intercept parameter to the conf file it stops…
Jim
  • 988
  • 7
  • 20
  • 33