AUTH SSL versus TLS

I setup the AUTH mode for SSL, but it connects with TLS anyway.

Can someone help me with this?


[14:37:34] SmartFTP v2.0.997.1

[14:37:34] Resolving host name "167.107.18.100"

[14:37:34] Connecting to 167.107.18.100 Port: 21

[14:37:34] Connected to 167.107.18.100.

[14:37:34] 220-This system is for Authorized Users Only.

[14:37:35] 220-

[14:37:35] 220 FTP server (SecureTransport 4.5) ready.

[14:37:35] AUTH TLS

[14:37:35] 234 SSLv23/TLSv1

[14:37:35] Connected. Exchanging encryption keys...

[14:37:35] Session Cipher: 128 bit RC4

[14:37:35] TLS encrypted session established.

[14:37:35] PBSZ 0

[14:37:35] 200 PBSZ=0

[14:37:35] USER jeffld

[14:37:35] 331 Password required for jeffld.

[14:37:35] PASS (hidden)

[14:37:41] 230-Cookie-20060728-143741-jeffld-29669

[14:37:41] 230 Virtual user jeffld logged in.

[14:37:41] SYST

Hello ..

The "AUTH" mode setting is being ignored.

For most servers it doesn't matter whether AUTH SSL or AUTH TLS is sent. In most cases TLS is used anyway. AUTH SSL is deprecated.

Regards,
-Mat

It looks like the server that I'm trying to use requires SSL.

TLS doesn't appear to work and neither does FTP.

I tried connecting using FTP and I get this message.


[08:09:05] 220-This system is for Authorized Users Only.

[08:09:05] 220-

[08:09:05] 220 FTP server (SecureTransport 4.5) ready.

[08:09:05] USER jeffld

[08:09:05] 530 SSL is mandatory.


If I try another FTP client that supports SSL, it connects and operates successfully.

It appears that I may need backward compatability for SSL. I'll just use another solution for this particular server.

http://www.ietf.org/rfc/rfc2246.txt

Please post the complete log with AUTH TLS and the error you get. I can't find any problems in the first log yo posted.