On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: > This brings me to another problem of starting squid from a script. When > starting squid using -NCd1 for testing, squid prompts me for the PEM pass > phrase during SSL initialization, which I type and squid runs happily > along. But when starting in daemon mode (without the -N option) I am never > prompted for the pass phrase, squid does not start, it dies.
To use SSL certificates in daemon mode you need to use unencrypted private keys without a pass phrase. openssl rsa -in your_encrypted_key.pem -out plain_key.pem Regards Henrik
