É possível configurar um servidor proxy do Squid que use SSL para conexões de proxy?

0

É possível configurar um servidor proxy do Squid que use SSL para conexões proxy?

Atualmente todas as coisas que eu envio para o Squid não são criptografadas e eu não sei se é possível conectar ao Squid usando SSL.

    
por Tianyang Li 06.11.2012 / 08:54

1 resposta

1

O Squid suporta SSL para URLs HTTPS .

Squid can accept regular proxy traffic using https_port in the same way Squid does it using an http_port directive. Unfortunately, popular modern browsers do not permit configuration of TLS/SSL encrypted proxy connections. There are open bug reports against most of those browsers now, waiting for support to appear. If you have any interest, please assist browser teams with getting that to happen.

Meanwhile, tricks using stunnel or SSH tunnels are required to encrypt the browser-to-proxy connection before it leaves the client machine. These are somewhat heavy on the network and can be slow as a result.

    
por 06.11.2012 / 11:43

Tags