>>Доброго времени суток !
>>Кто нибудь подскажите пожалуйста как настроить прозрачное проксирование через Squid на порт
>>443 , т.е. https.
>>На порт 80 я все сделал и работает , а вот на
>>443 ( https) чтото не получается нифига.
>>Заранее спасибо
>может так:
>acl SSL_ports port 443 563
>acl Safe_ports port 21 1025-65535
>http_access deny !Safe_ports !SSL_ports
Бальшое спасибо, но вот что я только что вычитал в документации Squid
The current stable 2.4 version provides no SSL support. However the latest Squid-2.5 version provides SSL support as a web server accelerator. In this setup Squid acts as the SSL endpoint, and uses plain HTTP to fetch the objects from the backend servers.
client --> (https) --> Squid --> (http) ---> origin server.
SSL is only used between the client and Squid. Between Squid and the
origin server, plain HTTP is used, without encryption.
Note: Squid's SSL support does not apply to "transparent proxies", only accelerator setups where the Squid accelerator can be seen as part of the origin server environment.