Re: [squid-users] Re: Hotmail issue in squid 3.4.4

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Thu, 22 May 2014 03:47:50 +1200

Consider closely what protocol you are sending to which Squid ports ...

# HTTP browser explicit proxy config
http_port 8080

# HTTP port 80 NAT'ed
http_port 3128 intercept ssl-bump
  generate-host-certificates=on
  dynamic_cert_mem_cache_size=4MB
  cert=cert.crt key=cert.key
  options=...

# HTTPS port 443 NAT'ed
https_port 3129 intercept ssl-bump
  generate-host-certificates=on
  dynamic_cert_mem_cache_size=4MB
  cert=cert.crt key=cert.key
  options=...

Once you understand what the protocols are it should be clear how and
why the config options work.

Amos

On 21/05/2014 11:31 p.m., vin_krish wrote:
> Hi Eliezer ,
>
> I have configured as :
>
> http_port 8080 //for forward proxy
> https_port 3128 intercept ssl-bump generate-host-certificates=on
> dynamic_cert_mem_cache_size=4MB cert=cert.crt key=cert.key options=
> https_port 3129 intercept ssl-bump generate-host-certificates=on
> dynamic_cert_mem_cache_size=4MB cert=cert.crt key=cert.key options=
>
> but still 'protocol error' exists.
>
> and I tried
>
> http_port 8080 //for forward proxy
> http_port 3128
> https_port 3129 intercept ssl-bump generate-host-certificates=on
> dynamic_cert_mem_cache_size=4MB cert=cert.crt key=cert.key options=
>
> still the same 'protocol error'.
> Is it due to the self-signed certificate......?
> It should work when I access http://www.hotmail.com, but it doesn't. As I'm
> redirecting port 80 to 3128.
>
> Thanks for replying,
>
> Regards,
> krish
>
>
>
> --
> View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Hotmail-issue-in-squid-3-4-4-tp4666020p4666048.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
>
Received on Wed May 21 2014 - 15:47:59 MDT

This archive was generated by hypermail 2.2.0 : Thu May 22 2014 - 12:00:06 MDT