Heres what I get: ERROR The requested URL could not be retrieved While trying to retrieve the URL: <url of my server, which resolves> The following error was encountered: * Connection to <ip of server> Failed The system returned: (13) Permission denied The remote host or network may be down. Please try the request again. Your cache administrator is webmaster. Generated Thu, 31 May 2007 13:26:54 GMT by <squid server name> (squid/2.6.STABLE12) -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Thursday, May 24, 2007 12:10 PM To: Jason Hitt Cc: squid-users@xxxxxxxxxxxxxxx Subject: Re: Cert issue on reserve proxy tor 2007-05-24 klockan 11:51 -0500 skrev Jason Hitt: > I have a squid r-proxy setup working great for http. Doing https on > the same server I got it all working but its not liking the cert > (convert from pfx to pem). Getting access denied even after I verified > the cert passphrase by starting with squid -N. No key file yet, just manual. You need both the public certificate and the private key. May be stored in the same file if you like. The PEM certificate is identified by "-----BEGIN CERTIFICATE-----", and the key by "-----BEGIN RSA PRIVATE KEY-----". What do you mean by "access denied"? Regards Henrik