I'm starting with working code (that I did not write!) that is connecting to a FTP server using a .pfx certificate for 2 way encryption with SHA1 cipher. The FTP site is switching to 1 way encryption with SHA2 cipher. So I'm not sure where to start. The code was using the LoadPFX command so I got the new certificate in pfx format. But I'm getting the error "No certificate with a private key was found in PFX". Do I need to use a different format for the certificate? Any help would be appreciated!
↧