есть программа некая хитрая - не хочет в инет выходить... вот собственно что пищет...
[
57:07] Testing Started.
Proxy Server
Address: 10.10.10.3:3128
Protocol: HTTPS
Authentication: NO
[57:07] Starting: Test 1: Connection to the Proxy Server
[57:07] IP Address: 10.10.10.3
[57:07] Connection established
[57:07] Test passed.
[57:07] Starting: Test 2: Connection through the Proxy Server
Error: the proxy server (Squid) is not configured to allow SSL tunnel to port 80.
To fix the problem please find and comment the following line in the Squid
configuration file (squid.conf):
http_access deny CONNECT !SSL_ports
The proxy server reply header is:
HTTP/1.0 403 Forbidden
Server: squid/2.6.STABLE18
Date: Thu, 05 Feb 2009 23:58:00 GMT
Content-Type: text/html
Content-Length: 1062
Expires: Thu, 05 Feb 2009 23:58:00 GMT
X-Squid-Error: ERR_ACCESS_DENIED 0
X-Cache: MISS from test
X-Cache-Lookup: NONE from test:3128
Via: 1.0 nucleon:3128 (squid/2.6.STABLE18)
Proxy-Connection: close
[57:07] Test failed.
[57:07] Testing Finished.
я так понял что ругается она в общем на вот это - http_access deny CONNECT !SSL_ports
но не совсем понял как это исправить! ((( все дело в том - что если я правильно понял то правило звучит так:
подключение методом коннект запрещено всем кроме портов SSL...
но вся гадость в том что программа подключается на 443 порт в интернете!...по идеи это и есть SSL

что не так