Projet

Général

Profil

02squid.conf.patch

Benjamin Bohard, 31/12/2020 11:56

Télécharger (988 octets)

Voir les différences:

modif/02squid.conf 2020-12-31 10:44:01.926672380 +0100
831 831

  
832 832
# Squid normally listens to port 3129
833 833
#http_port 3128
834
http_port %%proxy2_port
834
http_port %%proxy2_port ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/etc/squid/signingCA.crt key=/etc/squid/signingCA.key cafile=/etc/squid/chain.pem
835 835

  
836 836
#  TAG: cache_dir
837 837
#	Usage:
......
995 995
icap_client_username_encode on
996 996
icap_client_username_header X-Authenticated-User
997 997
adaptation_masterx_shared_names X-ICAP-E2G
998
icap_log syslog:LOG_LOCAL2|LOG_INFO squid 
998
icap_log syslog:LOG_LOCAL2|LOG_INFO squid
999 999

  
1000 1000
adaptation_access service_req allow all
1001 1001
adaptation_access service_resp allow all
1002 1002

  
1003 1003
%end if
1004
acl step1 at_step SslBump1
1005
acl step2 at_step SslBump2
1006
acl step3 at_step SslBump3
1004 1007

  
1008
ssl_bump bump all
1005 1009
include /etc/squid/common-squid1.conf
1006 1010
include /etc/squid/02inc-squid.conf
1007 1011
include /etc/squid/common-squid2.conf