On lör, 2008-06-07 at 18:29 +0800, Ken W. wrote: > 2008/06/07 14:37:02| httpsAccept: Error allocating handle: > error:0906A068:PEM routines:PEM_do_header:bad password read Your SSL key is encrypted and you have not given the encryption key to Squid so it can not set up the SSL proper. Decrypt the SSL key and it should work better. openssl rsa -in key.pem -out unencrypted_key.pem Regards Henrik