Search code examples
biztalk

Where i can set these propeties Encrypt=yes;TrustServerCertificate=True in WCF custom transport screen in receive location of BizTalk application


Where I can set these properties Encrypt=yes;TrustServerCertificate=True in WCF custom transport screen in receive location of BizTalk application.

I am using SQL database to polling data in one receive location in BizTalk application.

Now SQL team asked to use below

    Encrypt=yes;
    TrustServerCertificate=True;.

In all SQL instance they going to enforce the encryption at their end. Where I can add these properties in the receive location? I Can see encrypt under tab Binding tab. but where I can add TrustServerCertificate=True..?


Solution

  • I don't think you can.

    What you have to do is get the public key of the certificate and install it in Trusted Root Certification Authorities, Certificates for the BizTalk Host User on the BizTalk server.