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