When client uses CONNECT directive I understand that proxy establishes tunnel to destination host on specified port
e.g. http://www.example.com:8888/test.php https://www.example.com:8888/test.php 1. I don't understand if this occurs both in presence of http and https requests, The request (using CONNECT method) can be http or https ? 2. if In both cases CONNECT method is invoked but how I can discover protocol (http, https) looking for inside access.log ? A.B.C.D TCP_TUNNEL/200 7085 CONNECT mtalk.google.com:5228 - HIER_DIRECT/ 142.251.18.188 I see only info about destination host and port but no http/https protocol is referenced.
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org https://lists.squid-cache.org/listinfo/squid-users