Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SQUID3(Transparent) https Problem

Empfohlene Antworten

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

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.