User Tools

Site Tools


informatique:logiciels:squid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatique:logiciels:squid [2020/10/26 18:25] – ajout logo pteuinformatique:logiciels:squid [2021/01/13 16:42] – [Config de Squid] HTTPS et FTP pteu
Line 31: Line 31:
 acl localnet src 192.168.0.0/16 acl localnet src 192.168.0.0/16
 http_access allow localnet http_access allow localnet
 +</code>
 +
 +Les connexions HTTPS utilisent la méthode connect et sont permises par les directives:
 +<code bash>
 +acl SSLPort 443 4443 8443
 +acl CONNECT method CONNECT
 +http_access allow CONNECT SSLPort
 +</code>
 +
 +Ajout gestion du FTP (à ajuster selon la conf en place):
 +<code bash>
 +acl SSL_ports port 21
 +acl ftp proto FTP
 +http_access allow ftp
 </code> </code>
  
informatique/logiciels/squid.txt · Last modified: 2021/09/24 08:10 by pteu