On 28/03/2013 1:08 a.m., John wrote:
Hello, I want to install a .p12 certificate on my forwarding proxy to authenticate all my users to a remote website. Is there a way to do this in Squid ? Thanks,
Squid uses PEM format to load and pass the certificates to OpenSSL. You need to "convert" the .p12 file into a .pem wrapper file. http://www.sslshopper.com/article-most-common-openssl-commands.html Amos