[squid-users] access log without hostname

sknz sakibnizam at gmail.com
Fri Sep 20 04:07:16 UTC 2019


Okay, I'm using this configuration. For config 1 and 2, there is no
difference in access log. For config 3, site is not loading... How to
optimize it for a better result?

My goal is here, get as much as info about client without issuing a client
certificate.

---
http_port 3128
http_port 3129 intercept
https_port 3130 intercept ssl-bump generate-host-certificates=off
cert=/etc/squid3/certs/squid.pem
---

#config 1
ssl_bump none all

#config 2
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump splice all

#config 3
acl step1 at_step SslBump1
acl step2 at_step SslBump2
ssl_bump peek step1
ssl_bump peek step2
ssl_bump splice all



--
Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html


More information about the squid-users mailing list