Zum Inhalt springen

SQUID3(Transparent) https Problem


blackdevile

Empfohlene Beiträge

Hallo zusammen,

ich habe nochmal ein Problem mit SQUID.

Hier wiedersprechen sich die Quellen, einerseits gibt es immer wieder aussagen das Squid im Transparent modus kein HTTPS kann, andere sagen das es geht.

Versucht habe ich bisher:


Versuch 1:


iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 3128


Versuch 2:


Hierbei wollte ich das er https einfach direkt weiterreicht wenn das I-Net Freigegeben ist

acl mail proto https

always_direct allow mail


Ergebniss hierbei ist ein Timeout


Versuch 3:


acl mails port 443

http_access allow mail


Auch hier wieder ein Timeout

Versuche mittels https_port schlagen fehl da er das nicht erkennt, wurde wohl in dem Paket nicht mitcompiliert :/ Direkt vom Server alle https anfragen an das Gateway möchte ich nicht weiterleiten da diese ja auch aktiv wären wenn das Internet gesperrt wird. (Oder überseh ich da was?) Wenn ich das (mit eurer Hilfe) hinbekomme wäre ich endlich durch mit dem Thema Hoffe ihr habt ne Idee was ich bisher noch falsch mache. Auszug aus meiner squid.conf ist Kommentare habe ich soweit fast alle rausgelöscht.


acl manager proto cache_object

acl localhost src 127.0.0.1/32

acl to_localhost dst 127.0.0.0/8


acl SSL_ports port 443          # https

acl Safe_ports port 80		# http

acl Safe_ports port 21		# ftp

acl Safe_ports port 443		# https

acl Safe_ports port 70		# gopher

acl Safe_ports port 210		# wais

acl Safe_ports port 1025-65535	# unregistered ports

acl Safe_ports port 280		# http-mgmt

acl Safe_ports port 488		# gss-http

acl Safe_ports port 591		# filemaker

acl Safe_ports port 777		# multiling http

acl CONNECT method CONNECT


###########################

#Eigene ACLs              #

###########################


acl intern src 192.168.12.0/255.255.255.0

acl local  src 127.0.0.1/255.255.255.255


###########################

#Eigene ACLs Ende         #

###########################


http_access allow manager localhost

http_access deny manager


http_access deny !Safe_ports


http_access deny CONNECT !SSL_ports


http_access allow intern


http_access allow localhost


http_access deny all


icp_access deny all


htcp_access deny all


http_port 3128 transparent


hierarchy_stoplist cgi-bin ?


access_log /var/log/squid3/access.log squid


refresh_pattern ^ftp:		1440	20%	10080

refresh_pattern ^gopher:	1440	0%	1440

refresh_pattern (cgi-bin|\?)	0	0%	0

refresh_pattern .		0	20%	4320


icp_port 3130

Ich nutze das ganze auf einen DEBIAN System mit Squid3

gruß

chris

Link zu diesem Kommentar
Auf anderen Seiten teilen

Dein Kommentar

Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung wiederherstellen

  Nur 75 Emojis sind erlaubt.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...