Jason Hitt wrote:
So far everything works great on http, working on https now. Even SSH and SNMP are working well.
I've exported my cert from my IIS server and it's a .pfx file format. I renamed the file to .pem but was sure if that would work. When I launt squid with -N I get the following:
Failed to acquire SSL certificate 'usr/local/squid/var/cert.pem' " error: 0906D06C: PEM routines: PEM_read_bio : no start line.
I appeal to the Gods of Squid givth me the guidance. This is all I need to be done.
In this case, Google is your friend...
http://www.google.com/search?hl=en&q=pfx+pem+SSL
openssl pkcs12 -in mycert.pfx -out mycert.pem -nodes
Chris