Skip to content

Commit d3e1376

Browse files
authored
Merge pull request #87163 from yew/master
[DataFactory] Add explanation for using untrusted certificate
2 parents da7930b + b06b9af commit d3e1376

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/connector-http.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@ If you use **certThumbprint** for authentication and the certificate is installe
139139
1. Open the Microsoft Management Console (MMC). Add the **Certificates** snap-in that targets **Local Computer**.
140140
2. Expand **Certificates** > **Personal**, and then select **Certificates**.
141141
3. Right-click the certificate from the personal store, and then select **All Tasks** > **Manage Private Keys**.
142-
3. On the **Security** tab, add the user account under which the Integration Runtime Host Service (DIAHostService) is running, with read access to the certificate.
142+
4. On the **Security** tab, add the user account under which the Integration Runtime Host Service (DIAHostService) is running, with read access to the certificate.
143+
5. The HTTP connector loads only trusted certificates. If you're using a self-signed or nonintegrated CA-issued certificate, to enable trust, the certificate must also be installed in one of the following stores:
144+
- Trusted People
145+
- Third-Party Root Certification Authorities
146+
- Trusted Root Certification Authorities
143147

144148
**Example 1: Using certThumbprint**
145149

0 commit comments

Comments
 (0)