[squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-18 Thread agent_js03
Hello Eliezer, thank you for your response. I have examined the wireshark pcap of this transaction and will now provide a more detailed run-through of what's going on. As a summary, the problem is related to SSL; basically what's going on is I am requesting an SSL page, the and the ICAP server is

Re: [squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-18 Thread Eliezer Croitoru
Basically the main issue is that you actually change the request instead of redirecting. You should use a 302 redirect full response for the request that will result the client accessing the 192.168.1.145:8089 server by itself. ELiezer On 08/19/2014 03:07 AM, agent_js03 wrote: ICAP/1.0 200

[squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-18 Thread agent_js03
Hello again eliezer, I have decided to do what you said before and set the code to 302 instead of 200 and now the block page works perfectly. All problems are solved. -- View this message in context:

Re: [squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-18 Thread squid
What are the iptables rules for that? Also look at: http://wiki.squid-cache.org/EliezerCroitoru/Drafts/SSLBUMP I recompiled to 3.4.6 and ran everything in your page there. squid started correctly. However, it is the same problem. Any https page that I had configured does not resolve. It is

Re: [squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-16 Thread Eliezer Croitoru
Hey, What is the full ICAP server request and response? You need to use a 302 redirect for what you want to work. Eliezer On 08/15/2014 02:32 PM, agent_js03 wrote: I upgraded to squid 3.3.8 with the same config and iptables and everything now works. I guess intercept just doesn't work with

[squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-15 Thread agent_js03
I upgraded to squid 3.3.8 with the same config and iptables and everything now works. I guess intercept just doesn't work with squid 3.2. However now I am having a different issue. I am running a content filter that interfaces with squid through ICAP. I have a blockpage running on the same box at

[squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-14 Thread agent_js03
This doesn't work for me either. Here is my updated squid conf: /http_port 3128 http_port 3129 intercept https_port 3130 intercept ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/etc/squid3/ssl/private.pem cert=/etc/squid3/ssl/public.pem always_direct allow all

Re: [squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-14 Thread Eliezer Croitoru
What are the iptables rules for that? Also look at: http://wiki.squid-cache.org/EliezerCroitoru/Drafts/SSLBUMP Eliezer On 08/14/2014 09:32 AM, agent_js03 wrote: This doesn't work for me either. Here is my updated squid conf: /http_port 3128 http_port 3129 intercept https_port 3130 intercept

[squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-13 Thread agent_js03
Awesome, so if I change my squid.conf accordingly, do I redirect all traffic to port 3128 or do I redirect http to 3129 and https to 3130 accordingly? -- View this message in context:

Re: [squid-users] Re: HTTP/HTTPS transparent proxy doesn't work

2014-08-13 Thread Mike
On 8/13/2014 12:52 PM, agent_js03 wrote: Awesome, so if I change my squid.conf accordingly, do I redirect all traffic to port 3128 or do I redirect http to 3129 and https to 3130 accordingly? -- View this message in context: