(08-24-2018, 10:16 PM)mail@hvdboogaard.nl Wrote: EIdOSSLLoadingCertError
Could not load certificate.
error:140DC002:lib(20):func(220):reason(2)
That error code comes from OpenSSL's SSL_CTX_use_certificate_chain_file() function. It means that OpenSSL could not open the certificate file specified in the IOHandler's SSLOptions.CertFile property. Make sure the file exists at the path you are specifying, and it is in a proper PEM format.

