Re: [squid-users] HTTPS Acceleration

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 2 Mar 2004 13:36:04 +0100 (CET)

On Tue, 2 Mar 2004, Rakesh Kumar wrote:

> On linux server (RedHat 9.0) I have installed Squid V3.0 and Openssl
> V0.9.7c.
> for using this as HTTPS accelerator for our exchange server.
>
> So far I have done follwoing:
>
> 1. Generated a RSA key with followinf command:
> openssl genrsa -des3 -out privkey.pem 2048
>
> 2. Created a self-signed certificate-
> openssl req -new -x509 -nodes -key privkey.pem -out cacert.pem -days 100
>
> 3. The squid.conf has follwoing line -
> https_port 443 cert=/usr/local/ssl/privkey.pem

privkey is the key, not the certificate. You need both.

Regards
Henrik
Received on Tue Mar 02 2004 - 15:19:32 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:01 MST