ошибка авторизации TCP_DENIED/407
Добавлено: 2010-08-03 10:16:55
При обращении через Internet Explorer к сайту http://irr.ru в лог squid-а выдаёт следующие сообщения:
и страница соответственно не показывается 
вот строки из squid.conf:
TCP_DENIED/407 - это ошибка авторизации.
Но почему то на другие сайты заходит, а вот на это сайт http://irr.ru не заходит
В чём тут проблема?
Код: Выделить всё
[root@sadr] /usr/local/etc/squid/> tail -f /usr/local/squid/logs/access.log | grep -i "irr.ru"
1280818384.210 0 10.1.10.65 TCP_DENIED/407 1736 GET http://irr.ru/ - NONE/- text/html
1280818384.212 1 10.1.10.65 TCP_DENIED/407 1872 GET http://irr.ru/ - NONE/- text/html
1280818384.268 55 10.1.10.65 TCP_MISS/302 459 GET http://irr.ru/ KorenevB DEFAULT_PARENT/10.1.10.9 text/html
^C
[root@sadr] /usr/local/etc/squid/> вот строки из squid.conf:
Код: Выделить всё
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 SSL_ports port 443 563 1443 2443 9091
acl Safe_ports port 21 70 80-83 210 280 443 488 563 591 777 1443 3128
acl CONNECT method CONNECT
acl sirius src 10.1.10.65 10.2.1.75 10.1.102.12 10.1.10.64
acl NTLMauth proxy_auth REQUIRED
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
# our access
http_access allow sirius NTLMauth
http_access deny sirius
# And finally deny all other access to this proxy
http_access deny all
Но почему то на другие сайты заходит, а вот на это сайт http://irr.ru не заходит
В чём тут проблема?