Re: [squid-users] SSL Proxying

From: Dieter Bloms <dieter@dont-contact.us>
Date: Mon, 13 Jun 2005 15:51:02 +0200

Hi,

On Mon, Jun 13, David Lienhard wrote:

> does really nobody know how to configure squid with the ssl patch?
> I didn't find a documentation or a manual, which describes how to
> configure squid, that it sends requests to the backend server with ssl
> encryption. can someone give me a description or at least a link to a
> manual?

I've done it with apache2:

--snip--
<VirtualHost 127.0.0.1:8280>
  ServerName remote.server.de
  ProxyPass / https://remote.server.de:443/
  ProxyPassReverse / https://remote.server.de:443/
  SSLProxyCACertificateFile /etc/apache2/ssl.crt/remote_cert.crt
  SSLProxyVerify require
</VirtualHost>
--snip--

-- 
Gruß
  Dieter
--
I do not get viruses because I do not use MS software.
If you use Outlook then please do not put my email address in your
address-book so that WHEN you get a virus it won't use my address in the
From field.

Received on Mon Jun 13 2005 - 07:53:11 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jul 01 2005 - 12:00:02 MDT