Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Richard Wirth wrote: > Server certificate verification failed: self signed certificate in certificate chain > > BTW. Why is a self signed certificate a cause for failing?? At the > moment at one of my customers I use a self signed certificate > exlusively :( That's just openssl being braindead... it means the certificate chain is broken. A self sign certificate must have no chain. If it sees a chain that it can't resolve to a CA then it assumes the chain contains self signed certificates and generates that error. Tony