Hi Amos, Thank you for getting back to me. So if ssl-bump is required on the http(s)_port directive, I end up at: http_port 0.0.0.0:3128 This however ends up with following logs: 2021/03/04 12:37:43 kid1| ERROR: NF getsockopt(ORIGINAL_DST) failed on local=172.17.0.2:3129 remote=172.17.0.1:55508 FD 13 flags=33: (2) No such file or directory 2021/03/04 12:37:43 kid1| ERROR: NF getsockopt(ORIGINAL_DST) failed on local=172.17.0.2:3129 remote=172.17.0.1:55508 FD 13 flags=33: (2) No such file or directory 2021/03/04 12:37:43 kid1| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=172.17.0.2:3129 remote=172.17.0.1:55508 FD 13 flags=33 2021/03/04 12:37:43 kid1| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=172.17.0.2:3129 remote=172.17.0.1:55508 FD 13 flags=33 1614861463.880 0 172.17.0.1 NONE/000 0 NONE error:accept-client-connection - HIER_NONE/- - Command to reproduce: % ALL_PROXY="http://127.0.0.1:3129" curl -k -vvv --proxy-insecure -X POST --data 'foo' https://ironpeak.be/ Regards, On 4 Mar 2021, at 13:25, Amos Jeffries <squid3@xxxxxxxxxxxxx> wrote: On 4/03/21 11:36 pm, Niels Hofmans wrote: Hi guys, Neither of these Squid listening ports do SSL-Bump (aka. interception of TLS) in any way. The first receives normal HTTP forward/explicit proxy traffic over TCP. The second receives normal HTTP forward/explicit proxy traffic over TLS (aka "TLS explicit proxy"). Not to be confused with HTTPS (https:// URLs). ssl_bump peek all This is a https:// request which the client is tunneling (CONNECT) through a forward/explicit proxy. < HTTP/1.1 503 Service Unavailable As you can see this is *not* an HTTPS (https://) request. It is a normal HTTP (http://) request sent to a proxy over TLS - which is what your port 3129 is expecting. Amos _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users |
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users