Projet

Général

Profil

01squid.conf.patch

Benjamin Bohard, 31/12/2020 11:56

Télécharger (974 octets)

Voir les différences:

modif/01squid.conf 2020-12-31 10:44:38.563945792 +0100
860 860

  
861 861
# Squid normally listens to port 3128
862 862
#http_port 3128
863
http_port 3128
863
http_port 3128 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
864 864

  
865 865
#  TAG: cache_dir
866 866
#	Usage:
......
1024 1024
icap_client_username_encode on
1025 1025
icap_client_username_header X-Authenticated-User
1026 1026
adaptation_masterx_shared_names X-ICAP-E2G
1027
icap_log syslog:LOG_LOCAL1|LOG_INFO squid 
1027
icap_log syslog:LOG_LOCAL1|LOG_INFO squid
1028 1028

  
1029 1029
adaptation_access service_req allow all
1030 1030
adaptation_access service_resp allow all
1031 1031

  
1032 1032
%end if
1033 1033

  
1034
acl step1 at_step SslBump1
1035
acl step2 at_step SslBump2
1036
acl step3 at_step SslBump3
1037

  
1038
ssl_bump bump all
1034 1039
include /etc/squid/common-squid1.conf
1035 1040
include /etc/squid/01inc-squid.conf
1036 1041
include /etc/squid/common-squid2.conf