Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

Please contact BizTalk support for that.
bal

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

Hi yes i tried and it didn't help.. i still getting the error.. but now we have been in contact with the partner and they have re-newed the certificate..

But it will be nice still to know how to disable CRL check using the winscp and BizTalk..
martin

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

So did you try adding the certificate to the INI file?
bal

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

We don't know how Microsoft is using the WinSCP dll and exe file in BizTalk. We have a BizTalk GUI where we put the SFTP values and the rest is done by BizTalk automatic..
martin

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

The file is almost empty. I do not see any entry that would define your session. Are you sure the file is even used? I do not se any reference to it in the documentation. How do you define the SFTP session in BizTalk? If the file is used, you can add [FtpsCertificates] section with the fingerprint. But I doubt it is used. WinSCP .NET assembly does not use any INI file by default.
martin

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

I do not know anything about the Bit Talk WinSCP config file. Can you post some reference? Or an example of the file?
bal

Re: How disable CRL checking when using WinSCP dll in BizTalk 2020

How do you set this in the winscp config file..? I can't set thsi by code, because we do not have access to Microsofts implantation of WinScp in Biztalk as mention we only have access to a WinSCP ini file!
bal

How disable CRL checking when using WinSCP dll in BizTalk 2020

Hello WinSCP
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