On Thu, Nov 01, 2007 at 09:56:08AM -0700, Srinivas B wrote: > As we know, Verisign is switching to 3 tier ssl, It requires > Intermediate cert now. I asked this very same question only yesterday. See http://marc.info/?l=squid-users&m=119383366330808&w=2 You need to have your regular ssl certifcate and intermediate certificate in the same file, in correct order i.e. $ cat myserver.crt intermediate.crt > big.crt then use big.crt as your certificate and it should work. -- Michael