Newbies Darren Sheffield Posted June 5, 2019 Newbies Posted June 5, 2019 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.
ryan360Works Posted June 5, 2019 Posted June 5, 2019 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.
Fabian Posted August 23, 2019 Posted August 23, 2019 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?
Fabian Posted September 7, 2019 Posted September 7, 2019 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.
Recommended Posts
This topic is 1914 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now