Thread: SSL Problem
View Single Post
Old 11-23-2007, 11:33 AM  
Um1neX
Junior Member
 
Join Date: Nov 2007
Posts: 2
Default SSL Problem

[R] Connecting to FTP-Server -> IP=127.0.0.1 PORT=9999
[R] Connected to FTP-Server
[R] 220 FTP Server ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful.
[R] Connected. Negotiating SSL session..
[R] Connection failed (Connection lost)
[R] Delaying for 120 seconds before reconnect attempt #1
[R] Connecting to FTP-Server -> IP=127.0.0.1 PORT=9999
[R] Connected to FTP-Server
[R] 220 FTP Server ready.
[R] AUTH TLS
[R] 234 AUTH TLS successful.
[R] Connected. Negotiating TLSv1 session..
[R] Connection failed (Connection lost)
[R] Delaying for 120 seconds before reconnect attempt #1

Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = ioFTPD
Explicit_Encryption = True
# valid values are SSL, SSL2, and SSL3
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 256

Can someone help me with this?

(Note: I guess the cert isent good but i cant create a new one or something)
Um1neX is offline   Reply With Quote