On 05/09/2011 07:16, Yucong Sun (叶雨飞) wrote: > Hi, > > How can I tell squid to send along certificate chain together with the > server cert? Should that be embed in the certificate PEM ? > > Cheers. You need to concatenate your regular ssl certifcate and intermediate certificate in the same file, in the correct order i.e. $ cat myserver.crt intermediate.crt > big.crt then use big.crt as your certificate. Michael