Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: ppabhishek on January 23, 2010, 09:03:49 AM

Title: Squid https problem
Post by: ppabhishek on January 23, 2010, 09:03:49 AM
Hi all,

I have a problem with transparent proxy (squid) https{Port 443 is also routed to squid port}. Http is working fine ,but when url starts with https then error is :-

(Error code: ssl_error_rx_record_too_long)

thanks in advance.

abhishek kumar.
Title: Re: Squid https problem
Post by: kaushalpatel1982 on January 23, 2010, 09:26:44 AM
as far as I know, Transparent proxy only works with HTTP protocol not HTTPS.
Title: Re: Squid https problem
Post by: Avin on April 20, 2010, 08:10:40 AM
Kaushal is right.. Squid Proxy only support HTTP.  Squid not able to filter https request..

Add this method in Squid.conf to enable HTTPS request.
acl SSL method CONNECT.


Plz post your Squid.cof file