Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
=======
While connecting to an FTP server over SSL using AUTH SSL, we encounterd the error, "Returned Code: 500. Detail Description: This security scheme is not implemented Expected Code: 234."
Environment:
========
ALL
Symptoms:
=======
Connection to FTP server over SSL fails.
Cause:
====
BW FTPS client does not allow a user to send the AUTH TLS command, but the hard coded AUTH SSL command.
Resolution:
=======
The FTP over SSL explicit mode specification says that a client should be able to send both AUTH SSL and AUTH TLS (preferred). We have filed an enhancement request (BW-13690) to make the command we send to FTPS server configurable.