June 5, 20196 yr Newbies I'm trying to connect to a FTP Server that uses "Connect to your STORM server using FTP with TLS/SSL" I'm getting the Hanshake failure error. I am using the FTPS connect Script step. Any ideas.
June 5, 20196 yr Hi Darren, Do you know if your server uses a self signed certificate? If it does, then make sure that you use the parameter "ValidateServerCertificate=false" in the FTPeek_ConnectFTPS function call. If that does not resolve the issue, please add the parameter "LoggingLevel=DEBUG" in the connect function call, reproduce the issue and then send an email to [email protected] with a description of the issue, the error you are getting, and attach the log files. Make sure to attach and send the logs before any restarts of FileMaker as restarting will overwrite the logs. See this page for log locations.
August 23, 20196 yr I have a similar problem with ftps. It is actually working fine as long as I do it from the client, but when I do PSoS I get "java.net.SocketTimeoutException". I'm guessing it might be that ftps use another port which is not open in the server's firewall?
September 7, 20196 yr Yep, I found elsewhere that the problem with FTPS in connection with firewalls is that it starts with secure communication and then negotiate the port where communication will continue, meaning that the firewall won't be able to detect the port. Apparently this is why FTPS is seen as an outdated technology and SFTP is recommended.
Create an account or sign in to comment