AUTH SSL/TLS enabled, but not working

Please post here if you have problems in using Wing FTP Server.
Post Reply
r3m3mb3r
Posts: 2
Joined: Wed Feb 27, 2019 8:43 pm

AUTH SSL/TLS enabled, but not working

Post by r3m3mb3r »

I had my server set up and running fine, but I lost my administration password

I uninstalled Wing FTP Server and reinstalled, set up a brand new server

Now, with the same settings I had before (I think?) I can't get AUTH TLS / SSL to work

Code: Select all

[04] Wed, 27 Feb 2019 12:44:59 (0000001) 220 Wing FTP Server ready...
[03] Wed, 27 Feb 2019 12:44:59 (0000001) AUTH TLS
[04] Wed, 27 Feb 2019 12:44:59 (0000001) 502 Command not supported.

Code: Select all

[04] Wed, 27 Feb 2019 12:45:10 (0000002) 220 Wing FTP Server ready...
[03] Wed, 27 Feb 2019 12:45:10 (0000002) AUTH SSL
[04] Wed, 27 Feb 2019 12:45:10 (0000002) 502 Command not supported.
But regular FTP works fine

Code: Select all

[04] Wed, 27 Feb 2019 12:54:49 (0000003) 220 Wing FTP Server ready...
[03] Wed, 27 Feb 2019 12:54:50 (0000003) USER *USERNAME*
[04] Wed, 27 Feb 2019 12:54:50 (0000003) 331 Password required for *USERNAME*
[03] Wed, 27 Feb 2019 12:54:50 (0000003) PASS **********
[04] Wed, 27 Feb 2019 12:54:50 (0000003) 230 User *USERNAME* logged in.
As far as I know I have all of the correct settings enabled

Image

Image

Image

Image

Any suggestions?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: AUTH SSL/TLS enabled, but not working

Post by FTP »

Yes, I guess you are using the Standard or Free edition, it doesn't support FTPS (Secure FTP over SSL/TLS), so you can consider to upgrade to the Secure edition or Corporate edition.
r3m3mb3r
Posts: 2
Joined: Wed Feb 27, 2019 8:43 pm

Re: AUTH SSL/TLS enabled, but not working

Post by r3m3mb3r »

When I first installed it I was able to use AUTH SSL/TLS, does the trial have the full set of features?

The free version only allows plain FTP? no encryption at all of any kind? :(
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: AUTH SSL/TLS enabled, but not working

Post by FTP »

Yes, the trial version has full functions, and Free version only supports plain FTP and plain HTTP (web client).
Post Reply