Автор Тема: squid и SSL  (Прочитано 3482 раз)

Оффлайн nucleon

  • Участник
  • *
  • Сообщений: 123
squid и SSL
« : 06.02.2009 03:05:24 »
есть программа некая хитрая - не хочет в инет выходить... вот собственно что пищет...
[
Цитировать
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 ??? что не так
учиться никогда не поздно, мы учим нашу душу отдавая жизнь )

Оффлайн AMike

  • alt linux team
  • ***
  • Сообщений: 479
Re: squid и SSL
« Ответ #1 : 06.02.2009 13:42:19 »
есть программа некая хитрая - не хочет в инет выходить... вот собственно что пищет...
[
Цитировать
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 ??? что не так

важная для вас инфа выделена жирным.