March 29, 2024, 06:20:02 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Squid https problem  (Read 8196 times)

Offline ppabhishek

  • Linux Noob !
  • *
  • Posts: 4
Squid https problem
« 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.
« Last Edit: January 23, 2010, 09:05:23 AM by ppabhishek »

Offline kaushalpatel1982

  • LST CareTaker
  • Linux Learner
  • *****
  • Posts: 87
Re: Squid https problem
« Reply #1 on: January 23, 2010, 09:26:44 AM »
as far as I know, Transparent proxy only works with HTTP protocol not HTTPS.

Offline Avin

  • Linux Learner
  • ***
  • Posts: 54
  • L!nuX
Re: Squid https problem
« Reply #2 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