Forum Discussion
RokuKevin
15 years agoVisitor
Our cert bundle includes the CA certs that FireFox trusts. If you call SetCertificatesFile() and pass the bundle it will usually enable SSL communication...
--Kevin
roUrlTransfer.SetCertificatesFile("common:/certs/ca-bundle.crt")
--Kevin