Re: [squid-users] Squid-2.6.5 SSL reverse proxy ?

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Tue, 20 Oct 2009 21:10:34 +0200

tis 2009-10-20 klockan 23:47 +1100 skrev Stonie:
> Henrik,
>
> Your help is much appreciated, I have the following after a restart:
>
> root_at_squidvm:~# /etc/init.d/squid restart
> Restarting Squid HTTP proxy: squidEnter PEM pass phrase:

Right.. that won't work. IF using an encrypted SSL key then you need to
start Squid in foreground mode.

/usr/sbin/squid -NY

or give Squid a program it can call to retreive the SSL key encryption
passphrase. (see squid.conf)

Or alternateively decrypt the SSL key to have it stored without a
passphrase
 
   openssl rsa -in cert_key.pem -out cert_key_unencrypted.pem

Regards
Henrik
Received on Tue Oct 20 2009 - 19:10:42 MDT

This archive was generated by hypermail 2.2.0 : Wed Oct 21 2009 - 12:00:02 MDT