I tried decrypting the key but with openssl and it seemed to work but when I run Squid I get: Failed to acquire SSL certificate '/usr/local/etc/certs/dev.pem': error:0906D06C:PEM routines:PEM_read_bio:no start line FATAL: Bungled squid.conf line 120: https_port 443 cert=/usr/local/etc/certs/dev.pem
Maybe I should try method two, have squid ask for the password. How would I do that? -----Original Message----- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Saturday, September 04, 2004 4:04 AM To: Brad Taylor Cc: Squid Users Subject: RE: [squid-users] Squid As A Daemon On Fri, 3 Sep 2004, Brad Taylor wrote: > Squid does ask for the password right after it type: squid Does squid > need the password again? Why does this work in non Daemon mode? Your Squid has no way of asking of the encryption password when you run it as a daemon unless you configure a method of asking for the password in squid.conf. When not in daemon mode it can ask interactively using the terminal but this is not possible in daemon mode as Squid then runs in the background with no access to the terminal. Either decrypt the key, or tell Squid how to ask for the password. Regards Henrik
