Ist SSLOptions.RootCertFile sicher die richtige Property? Unter
http://www.delphipraxis.net/169295-h...tifikaten.html sieht man im Beispielquelltext noch weitere
Delphi-Quellcode:
FIdSSLIOHandlerSocketOpenSSL.SSLOptions.RootCertFile:= ...
FIdSSLIOHandlerSocketOpenSSL.SSLOptions.CertFile:= ...
FIdSSLIOHandlerSocketOpenSSL.SSLOptions.KeyFile:= ...
RootCert verstehe ich als ein übergeordnetes Zertifikat (vermutlich optional).
Siehe auch Beispiel unter
http://www.delphipraxis.net/138951-i...gsproblem.html