I'm testing the UltimateFTP Library using FTPS (FTP over SSH/TLS) to connect to a server. I'm able to establish connection and load the public certificate but the connection also requires a private certificate. How do I load a private certificate with the connection? I'm currently handling the event FTP.CertificateRequired to load the public certificate.
The exception I'm getting is below.
ComponentPro.Net.TlsException: 'Certificate does not have a private key.'
asked 4/29/2021 4:22:59 PM