PDA

View Full Version : SSL Problem


Um1neX
11-23-2007, 11:33 AM
[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)

Yil
11-23-2007, 02:13 PM
In 6.3 the log directory will show errors finding/loading certs during startup. It appears that you have a valid local cert though since it accepted the AUTH TLS command.

Do you really have Encryption_Protocol set to SSL3 though? The line is commented out by default. Try commenting that out and see if works...

Um1neX
11-23-2007, 02:39 PM
ye i had it but i finaly fixed it. :) ty for the reaction tought