cartman
Goto Top

Squid Proxyserver - HTTPS Problem

Guten Morgen Community,

ich habe einen Squid Proxyserver installiert und möchte natürlich HTTP als auch HTTPS verwenden können. HTTPS Anfragen schlagen mit dem Errorcode TCP_MISS/503 fehl. HTTP funktioniert. Der Squid läuft auf Debian 8.
Hier ist ein Auszug aus der access.log:
1490604744.683   5005 10.210.174.10 TCP_MISS_ABORTED/000 0 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- -
1490604749.690   5001 10.210.174.10 TCP_MISS_ABORTED/000 0 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- -
1490604754.699   5006 10.210.174.10 TCP_MISS_ABORTED/000 0 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- -
1490604759.706   5004 10.210.174.10 TCP_MISS_ABORTED/000 0 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- -
1490604764.714   5005 10.210.174.10 TCP_MISS_ABORTED/000 0 GET http://detectportal.firefox.com/success.txt - FIRSTUP_PARENT/10.210.143.2 -
1490604929.273  30006 10.210.174.10 TCP_MISS/503 0 CONNECT www.google.de:443 - HIER_NONE/- -
Hier meine squid.conf:
acl SSL_ports port 443
acl Safe_ports port 3128
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access deny manager
http_access allow localhost
http_access allow all
http_port 3128
cache_dir ufs /var/spool/squid3 100 16 256
coredump_dir /var/spool/squid3
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320
cache_effective_user proxy
cache_effective_group proxy
cache_peer 10.210.143.2 parent 3128 3128
cache_access_log /var/log/squid3/access.log
cache_log /var/log/squid3/cache.log
cache_store_log /var/log/squid3/store.log

Danke im Vorraus

Content-Key: 333369

Url: https://administrator.de/contentid/333369

Ausgedruckt am: 19.03.2024 um 03:03 Uhr

Mitglied: aqui
aqui 27.03.2017 aktualisiert um 11:13:27 Uhr
Goto Top