On Wed, 22 Oct 2003, Dan DeLong wrote: > I'm am attempting to setup up squid as a reverse proxy to handle https > requests. ie client-ssl -> squid -> web server. I've added the following > to a default squid.conf
> ACK:problems getting password > > I'm using a cert and key file that are valid and I do know the key file > password but how do I tell squid what that password is ? You don't. You either give Squid an unencrypted key file, or start it with the -N option to allow entry of the password using the keyboard. To decrypt a RSA key file you can use the openssl rsa command. Regards Henrik
