SFTP module Connection Timeout in Quality Environment
0
I'm facing an issue with the Mendix SFTP module and looking for some guidance.We have an SFTP configuration that was working earlier in our Quality environment. Recently, when I try to click "Obtain Host Key", I get the following error: java.net.SocketTimeoutException: Connect timed outA few observations:This setup was working before without any changes from our side.The issue is happening only in the Quality environment.When I use port 8022, obtaining the host key times out.If I switch to port 22, I am able to retrieve the host key, but the actual SFTP connection/authentication does not work.The error occurs while executing the "Get Host Key" action.Has anyone faced a similar issue before?I'm trying to understand whether this points to:A firewall/network issue on port 8022,A change on the SFTP server side,Or something specific to the Mendix SFTP module.Any suggestions on what to check next would be really helpful.Thanks in advance!