К сожалению та ссылка не помогла. Я открыл вдобавок и 2041 и 2042 и ничего...
вот вырезки из конфига:(TAG: acl)
#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 # https-----------------------------!!!!!!!!!!!!!!!!!!
acl SSL_ports port 2041 # MAgent-----------------------------!!!!!!!!!!!!!!!!!!
acl SSL_ports port 2042 # MAgent-----------------------------!!!!!!!!!!!!!!!!!!
acl Safe_ports port 80 # http
acl Safe_ports port 2041 # MAgent-----------------------------!!!!!!!!!!!!!!!!!!
acl Safe_ports port 2042 # MAgent-----------------------------!!!!!!!!!!!!!!!!!!
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
(TAG: http_access)
# Deny requests to unknown ports
http_access deny !Safe_ports # Написано же русским языком запретить все порты кроме тех которые указаны в Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports Здесь тоже закрывать все кроме SSL_ports
Я же всё везде указал !
В access.log при попытке подключения МАгента идут вот такие записи
1235098381.144 3 192.168.1.119 TCP_MISS/000 1442 CONNECT 194.186.55.24:443 - FIRST_UP_PARENT/192.168.0.254 -
1235098383.616 217 192.168.1.119 TCP_MISS/000 257 CONNECT mrim.mail.ru:443 - FIRST_UP_PARENT/192.168.0.254 -
1235098390.995 196 192.168.1.119 TCP_MISS/000 257 CONNECT mrim.mail.ru:443 - FIRST_UP_PARENT/192.168.0.254 -
1235098391.003 5 192.168.1.119 TCP_MISS/000 1442 CONNECT 94.100.181.53:443 - FIRST_UP_PARENT/192.168.0.254 -
Что же это за TCP_MISS такое??? Может ктонибудь скажет (в гугле ничего вразумительного не находится)
Я же порты нужные уже открыл что ещё этому сквиду нужно???