I have a requirement to connect to target system with FTP over SSL. Connection was successful when connected from winSCP using TLS/SSL Explicit encryption.
But there is an error when trying to connect from wM flow service using pub.client.ftp:login service with below input:
the error: "Server certificate rejected by ChainVerifier "
it’s a clear indication that your server is not trusting the cert chain of the server you are connecting to.
check if their server’s root and intermediate certs are in your server’s trust store.