How disable CRL checking when using WinSCP dll in BizTalk 2020
We are using BizTalk 2020 with WinScp 5.17 Automation DLL as stated in Microsoft BizTalk installation.
We are getting error reagrding CRL check and i will describe the scenario:
We have a Biztalk 2020 FTPS (impilict with SSL) send port defined for sending some files to one of your partner. When we try to authenticate with the FTPS server, we are getting the error "the certifikat is revoked", but we want to connect even if the certificat is revoked.
Where do I set the flag that tell the WinSCP dll to ignore this CRL check and the certificat.
Thnaks