The underlying connection was closed: Could not establish trust relationship for SSL/TLS secure channel
After completing the first Azure BizTalk Services application, it was time to deploy the application in already provisioned BizTalk Service, while doing so encountered following error
In order to deploy the application developed, you need certificate to be installed into Trusted Root Authority , the certificate which was downloaded from Azure portal upon provision of BizTalk Service.
I had already downloaded the certificate while provisioning the BizTalk Service, so now I needed to add it to Trusted Root Authority.
Steps to install certificate in Trusted Root Authority
1. Double click the certificate
2. Click on Install Certificate
3. Select Local Machine and click Next
4.Select "Place all certificate in the following store", click on Browse...
5. Select Trusted Root Certification Authorities
I had already downloaded the certificate while provisioning the BizTalk Service, so now I needed to add it to Trusted Root Authority.
Steps to install certificate in Trusted Root Authority
1. Double click the certificate
2. Click on Install Certificate
3. Select Local Machine and click Next
4.Select "Place all certificate in the following store", click on Browse...
Comments
Post a Comment