tis 2009-10-20 klockan 23:47 +1100 skrev Stonie:
> Henrik,
> 
> Your help is much appreciated, I have the following after a restart:
> 
> r...@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

Reply via email to