ons 2008-12-03 klockan 06:25 -0800 skrev TheoB: > I have a running http reverse proxy setup. Now I want to add SSL. > > The first thing I try is to make squid listening on port 443: > > https_port 192.168.1.151:443 accel cert=C:/squid/ssl/xxx.pem > key=C:/squid/ssl/xxx.pem defaultsite=mirror.xxx.com vhost looks fine. > Squid starts but is not listening on 192.168.1.151:443. In the log I see no > indication that squid tries to set up an https listener. Is there any relevant warnings in cache.log? Do the pem file contain the certificate + unencrypted key? (for encrypted keys you need additional directives telling Squid how to get the key encryption password) Also try starting Squid "interactively" from a command window: /squid/sbin/squid -n squid -DNYCd3 Regards Henrik