Hi,
We're using edtFTPnet PRO 12.1.1.0 and encountering the following FTPS certificate validation error:
The certificate could not be verified:
RevocationFailure
We do not want to use:
SecureFTPServerValidationType.None
because we still want the library to validate:
Certificate trust chain
Certificate issuer
Certificate expiration
Our only requirement is to ignore CRL/OCSP validation failures when the revocation status cannot be checked.
Is there a supported way to:
Disable only CRL validation?
Disable only OCSP validation?
Ignore RevocationFailure while keeping all other certificate validation checks enabled?
Achieve this through SecureFTPServerValidationType.Callback and the ValidatingServer event?
Thanks!