Не открываются https ссылки. При попытке открыть https://... IE просто пишет невозможно отобразить страницу, а опера выдает следующее:
ERROR
The requested URL could not be retrieved
При получении URL https://online.rsb.ru/* произошла следующая ошибка
Соединение с [unknown] не удалось
Система вернула: (22) Invalid argument
Удаленный узел или сеть недоступен. Повторите запрос позднее
Администратор Вашего кэша: webmaster.
Код: Выделить всё
#pkg_info | grep squid
squid-3.1.6 HTTP Caching Proxy
# uname -srp
FreeBSD 8.0-RELEASE amd64
Код: Выделить всё
#cat /usr/local/etc/squid/squid.conf
auth_param ntlm program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm keep_alive on
authenticate_cache_garbage_interval 15 minute
authenticate_ttl 5 minute
auth_param basic program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid Proxy-Server
auth_param basic credentialsttl 20 minute
auth_param basic casesensitive off
external_acl_type nt_group %LOGIN /usr/local/libexec/squid/wbinfo_group.pl
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ::1
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
#acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
#acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
#acl localnet src fc00::/7 # RFC 4193 local private network range
#acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
acl SSL_ports port 443 563 1025 5190 9091 631
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 Safe_ports port 631 # cups
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
acl inet_users external nt_group inet_users
http_access allow inet_users
http_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
cache_mem 256 MB
maximum_object_size_in_memory 80 KB
cache_dir ufs /var/squid/cache 1024 16 256
minimum_object_size 10 KB
maximum_object_size 32 MB
cache_swap_low 90
cache_swap_high 95
coredump_dir /var/squid/cache
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
error_directory /usr/local/etc/squid/errors/ru
visible_hostname PROXY
Код: Выделить всё
1281431641.156 0 192.168.0.70 TCP_DENIED/407 3964 CONNECT online.rsb.ru:443 - NONE/- text/html
1281431641.280 0 192.168.0.70 TCP_MISS/503 0 CONNECT online.rsb.ru:443 main\admin DIRECT/- -