Thema: Delphi FTP SSL File Download

Einzelnen Beitrag anzeigen

Ruewue

Registriert seit: 16. Okt 2006
27 Beiträge
 
#2

Re: FTP SSL File Download

  Alt 10. Feb 2010, 09:47
Hallo,

ich habe das Problem selbst gelöst. Habe die OPTIONS Einstellungen ins Programm übernommen und schon gehts.

Delphi-Quellcode:

    FIdSSLHandler.SSLOptions.CertFile         := 'Certificate.crt';
    FIdSSLHandler.SSLOptions.Method            := sslvSSLv23;
    FIdSSLHandler.SSLOptions.Mode               := sslmClient;
    FIdSSLHandler.SSLOptions.VerifyDepth   := 2;
    FIdSSLHandler.SSLOptions.VerifyMode := [];
Sind halt Anfängerfehler. Die Einstellungen hatte ich auch im TIdSSLIOHandlerSocketOpenSSL vorgenommen, doch scheins ohne Wirkung.

DANKE an Alle die sich den Kopf noch zerbrechen!
  Mit Zitat antworten Zitat