Home Page › Forums › BizTalk 2004 – BizTalk 2010 › P12 Certificate and Biztalk Dynamic Port › Re: P12 Certificate and Biztalk Dynamic Port
May 24, 2009 at 3:23 AM
#22462
Syed,
You need to set the Certificate Thumbprint value for the dynamic port in your orchestration – you will probably need to retrieve the value from a config store (e.g. ESSO, BRE or the btsntsvc.exe.config file), as I imagine the thumbprint value will change between your own internal testing certificates and your clients production certificate.
I blogged about two problems I encountered with certificates on HTTP and SOAP send ports – not too sure how relevant they are to you, but they may be able to provide some additional background:
- http://www.modhul.com/2008/06/04/correctly-installing-a-certificate-for-two-factor-authentication-via-the-http-send-adapter/
- http://www.modhul.com/2008/07/30/soap-adapter-confusing-error-with-an-untrusted-root-certificate-authority/
Rgds, Nick.