Re: [squid-users] connect with http and https protocols

2025-04-30 Thread Renzo Marengo
omas < uh...@fantomas.sk> ha scritto: > On 29.04.25 08:54, Renzo Marengo wrote: > >When client uses CONNECT directive I understand that proxy establishes > >tunnel to destination host on specified port > > > >e.g. > >http://www.example.com:/test.php > >h

[squid-users] connect with http and https protocols

2025-04-28 Thread Renzo Marengo
When client uses CONNECT directive I understand that proxy establishes tunnel to destination host on specified port e.g. http://www.example.com:/test.php https://www.example.com:/test.php 1. I don't understand if this occurs both in presence of http and https requests, The request (using

[squid-users] ACL with the same name

2025-04-16 Thread Renzo Marengo
I don't understand what happens if I have multiple acl with same name, e.g. (only for educational purposes) acl SSL_ports port 82 # ImageScope - Anatomia Patologica acl SSL_ports port 443 # https acl SSL_ports port 563 # news http_access deny CONNECT !SSL_ports SSL_po

[squid-users] application to proxy should have to use CONNECT method ?

2025-04-15 Thread Renzo Marengo
I know browser uses CONNECT method in http request to communicate to proxy server, I ask about other applications (which use this proxy server) if It's requirement to use the same CONNECT method creating a http request to proxy server. It often occurs applications communicate to hosts with ports