I'm having issues using the ftps feature of the module. I've worked with SFTP, but the client insists with FTPS. Regardless of which FTPS service I use, whether it's the client or the test service at Rebex, I keep getting the error message Unsupported or unrecognized SSL message (see full log below). Filezilla, on the other hand, has absolutely no problem.
Little big digging into the Java action and Googling the issue made me think of updating the .jar files of at least the ApacheCommons, but without any success as the issue persists.
Unless there is a working FTPS alternative module, please help me out :)
Project Details:
Mendix app version: 9.12.4, started on 9.6.0
Module version: 3.0.0
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:439)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:184)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
at org.apache.commons.net.ftp.FTPSClient.sslNegotiation(FTPSClient.java:283)
at org.apache.commons.net.ftp.FTPSClient.connectAction(FTPSClient.java:219)
at org.apache.commons.net.SocketClient._connect(SocketClient.java:254)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:212)
at sftps.helpers.FTPSConnection.execute(FTPSConnection.java:77)
at sftps.actions.JA_GetFileList.executeAction(JA_GetFileList.java:63)
at sftps.actions.JA_GetFileList.executeAction(JA_GetFileList.java:29)
--- Cut off by OP as the rest seems irrelevant ---
I'm having issues using the ftps feature of the module. I've worked with SFTP, but the client insists with FTPS. Regardless of which FTPS service I use, whether it's the client or the test service at Rebex, I keep getting the error message
Unsupported or unrecognized SSL message(see full log below). Filezilla, on the other hand, has absolutely no problem.Little big digging into the Java action and Googling the issue made me think of updating the .jar files of at least the ApacheCommons, but without any success as the issue persists.
Unless there is a working FTPS alternative module, please help me out :)
Project Details:
Mendix app version: 9.12.4, started on 9.6.0
Module version: 3.0.0