Thema: Delphi Indy 10 und Windows 8

Einzelnen Beitrag anzeigen

DelTurbo

Registriert seit: 12. Dez 2009
Ort: Eifel
1.194 Beiträge
 
Delphi 2007 Architect
 
#1

Indy 10 und Windows 8

  Alt 12. Dez 2013, 13:17
Hi,
ich habe einen kleinen FTP-Client geschrieben. Der benutzt SSL. Er läuft auch unter XP und Windows 7. Wenn ich den unter Windows 8 starte bekomme beim einlesen der Directorys (IdFTP1.List(..)) folgende Fehlermeldung.

Failed TLS negotiation on data channel (using SSL_accept()), disconnected: Success.

Ich habe schon die neusten OpenSSL DLL´s genommen. Trotzdem bleibt der Fehler. Connect und Login geht einwandfrei.

Vielen Dank im voraus

EDIT:
Hier mal die logs. Vielleicht hilft das weiter.
Windows 7:
Code:
SSL status: "before/connect initialization"
SSL status: "before/connect initialization"
SSL status: "SSLv3 write client hello A"
SSL status: "SSLv3 read server hello A"
SSL status: "SSLv3 read server certificate A"
SSL status: "SSLv3 read server key exchange A"
SSL status: "SSLv3 read server done A"
SSL status: "SSLv3 write client key exchange A"
SSL status: "SSLv3 write change cipher spec A"
SSL status: "SSLv3 write finished A"
SSL status: "SSLv3 flush data"
SSL status: "SSLv3 read finished A"
SSL status: "SSL negotiation finished successfully"
SSL status: "SSL negotiation finished successfully"
Cipher: name = DHE-DSS-AES256-SHA; description = DHE-DSS-AES256-SHA     SSLv3 K
x=DH      Au=DSS Enc=AES(256) Mac=SHA1
; bits = 256; version = TLSv1/SSLv3;
SSL status: "SSL negotiation finished successfully"
SSL status: "SSL negotiation finished successfully"
Windows 8:
Code:
SSL status: "before/connect initialization"
SSL status: "before/connect initialization"
SSL status: "SSLv3 write client hello A"
SSL status: "SSLv3 read server hello A"
Dort kommt die Fehlermeldung!
Alle meine Rechtschreibfehler sind Urheberrechtlich geschützt!!

Geändert von DelTurbo (12. Dez 2013 um 14:03 Uhr) Grund: Log eingefuegt!!!
  Mit Zitat antworten Zitat