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
