Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP-SSL (Explicit AUTH TLS) does not work #7403

Closed
cyberduck opened this issue Aug 15, 2013 · 1 comment
Closed

FTP-SSL (Explicit AUTH TLS) does not work #7403

cyberduck opened this issue Aug 15, 2013 · 1 comment
Assignees
Labels
bug ftp-tls FTP (TLS) Protocol Implementation high priority thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

a4f70d8 created the issue

NB 4.4 (12522).
While connection to FTP (unsecure) Cyberduck says me that exist better secure SSL-TLS connection, I click on Change, but connection fail because:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 3 of 50 allowed.
220-Local time is now 16:48. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
SYST
215 UNIX Type: L8
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 UTF8
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
AUTH TLS
AUTH TLS
500 This security scheme is not implemented
500 This security scheme is not implemented

When I switch back to unsecure it works fine.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is a server configuration issue. It reports that it supports TLS secured connections in response to FEAT but then returns a generic 500server error when the setup of a secured connection is requested.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp-tls FTP (TLS) Protocol Implementation high priority thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants