Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
1.8k views
in FAQ: edtFTPnet/PRO by (161k points)
closed by
How to deal with "If a certificate is specified, it must have a private key" error?
closed with the note: Answered

1 Answer

0 votes
by (20.4k points)
 
Best answer
A few people have seen this error after setting the ClientCertificate property and connecting using client authentication in FTPS, generally using the SSLFTPCertificate.CreateFromPFX method to create the ClientCertificate instance.

It seems that if the client certificate file has more than one certificate in it (e.g. an intermediate certificate), the private key in the file fails to get associated with the correct client certificate, and this error results.

The way to deal with this is to ensure the PFX file contains only the client certificate and its private key. This can be done via OpenSSL - email us for more details.
...