NoxArt / SublimeText2-FTPSync

Simple and free FTP(S) syncing (SFTP not available)
MIT License
341 stars 65 forks source link

Exception: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE #209

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello,

I'm getting the following error when saving and uploading a file to a vsftpd server configured with TLS:

FTPSync [default] > Authentication failed [Exception: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:550)] FTPSync > Exception in user code: ------------------------------------------------------------ Traceback (most recent call last): File "FTPSync in /Users/helderfcs/Library/Application Support/Sublime Text 3/Installed Packages/FTPSync.sublime-package", line 972, in makeConnection File "ftpsyncwrapper in /Users/helderfcs/Library/Application Support/Sublime Text 3/Installed Packages/FTPSync.sublime-package", line 337, in authenticate File "ftpsyncwrapper in /Users/helderfcs/Library/Application Support/Sublime Text 3/Installed Packages/FTPSync.sublime-package", line 290, in retryingCommand File "ftpsyncwrapper in /Users/helderfcs/Library/Application Support/Sublime Text 3/Installed Packages/FTPSync.sublime-package", line 284, in call File "lib3.ftplib in /Users/helderfcs/Library/Application Support/Sublime Text 3/Installed Packages/FTPSync.sublime-package", line 727, in auth File "./ssl.py", line 625, in wrap_socket File "./ssl.py", line 345, in __init__ File "./ssl.py", line 341, in __init__ File "./ssl.py", line 548, in do_handshake ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:550)

Any idea why this is happening ?

Thank you

obritoluis commented 8 years ago

I'm having the same problem.

steevec commented 8 years ago

Same for me :p

alinneacsu commented 7 years ago

The same problem here