On my version 24.7.11_2, I could find these lines in /usr/local/etc/squid/squid.conf
The file should not be manually modified, you should follow the documentation: https://docs.opnsense.org/manual/how-tos/proxytransparent.html (especially check SSL inspection in "Forward proxy" tabs)
Hope this could help you...
Code Select
# Setup transparent mode listeners on loopback interfaces
http_port 127.0.0.1:3128 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on
http_port [::1]:3128 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on
https_port 127.0.0.1:3129 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on
https_port [::1]:3129 intercept ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=on
# Setup regular listeners configuration
http_port 172.31.0.1:3128 ssl-bump cert=/var/squid/ssl/ca.pem dynamic_cert_mem_cache_size=10MB generate-host-certificates=onThe file should not be manually modified, you should follow the documentation: https://docs.opnsense.org/manual/how-tos/proxytransparent.html (especially check SSL inspection in "Forward proxy" tabs)
Hope this could help you...
"