SSL troubles
I've been using AUTH TLS for a while now but i get random SSL errors during transfers.
[10:21:11] [L] 426 Connection closed: SSL library failure (error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac).
[10:21:11] [L] 226 ABOR command successful.
[10:21:11] [L] Transfer Failed!
When using AUTH SSL i get the following error during connect:
[11:12:30] [R] 150 Opening ASCII mode data connection for directory listing using SSL/TLS.
[11:12:30] [R] error:1411809D:SSL routines:SSL_CHECK_SERVERHELLO_TLSEXT:tls invalid ecpointformat list
[11:12:30] [R] Failed SSL negotiation, disconnected
[11:12:30] [R] 426 Connection closed: SSL failure.
[11:12:30] [R] List Error
I've been googling for a while now, installed the latest OpenSSL-64 libs but nothing seems to work.. So i'm thinking theres something wrong with ioFTPD
This is my SSL config:
Explicit_Encryption = True
;Encryption_Protocol = SSL3
OpenSSL_Options = ALL
OpenSSL_Ciphers = DEFAULT:!LOW:!EXPORT
|