DGeorgie@wiley.com wrote:
>I am following up on Merton's email. We have Squid working as a reverse
>proxy in our environment and would like to add SSL for secure
>authentication of the users. The regular HTTP traffic is not encrypted.
>
>I couldn't find much help on configuring Squid with SSL beside the
>reference about https_port directive. Could anyone provide an example of
>using the SSL directives in Squid?
>
Hi Dimitar,
Simply compile squid with "--enable-ssl" and then add the following to
your squid.conf:
https_port 192.168.0.11:443
cert=/usr/local/squid/etc/ssl/internalsite.com.crt
key=/usr/local/squid/etc/ssl/internalsite.com.key
Received on Thu Apr 20 2006 - 21:09:35 MDT
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT