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"




imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...