I have a .NET client application that is trying to execute ftp through a file on an ftp site that has a signed SSL certificate. This ftp site runs on Windows 7 Enterprise, IIS 7. I get the following error: "The remote certificate is not valid according to the verification procedure."
I tried installing the certificate in trusted root certificates, but this still does not work.
I used the delegate call in code that mentions some of the posts here - it works. But I do not want to use this in my production code.
Also in production, some of our customers use self-signed certificates.
Any ideas on how to fix this?
source
share