Tuesday

biztalk bypass certificate validation error

 I've fixed BizTalk Certificate Error.

I found a way to bypass certificate validation error. You can add and configure "client credential" endpoint behavior  at WCF-Custom port.

under client credential behavior-->ServiceCertificate-->Authentication


Set certificateValidationMode="None" AND    revocationMode="NoCheck"


under client credential behavior-->ServiceCertificate-->SSLCertificateAuthentication


Set certificateValidationMode="None" AND    revocationMode="NoCheck"




here is powershell script on how to get list of files from changesets associated with one tfs task

$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...