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"
No comments:
Post a Comment