Charles, It could be because the user that the squid process is running as does not have permission to read the prod_cert.pem file...
Brian Vaughan IT Administrator Wireless Generation, Inc. Handheld Tools for Teachers That Make Classroom Assessment Easy -----Original Message----- From: Schaefer, Charles [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 11:04 AM To: '[EMAIL PROTECTED]' Subject: [squid-users] Verisign Cert I have an external box on which I'm setting up a verisign certificate but squid asks me for a PEM phrase every time I start squid. Eventually the squid process exits without any entries in any logs. The only thing I'm changing from test to prod is the following lines: This works: https_port 443 cert=/usr/share/ssl/test_cert.pem key=/usr/share/ssl/test_key.pem This don't work: https_port 443 cert=/root/prod_cert.pem key=/usr/share/ssl/privkey.pem
