Skip to content

Commit 5bb47f8

Browse files
author
Simonx Xu
committed
Update cmg-communication-error.md
1 parent bbf2b29 commit 5bb47f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

support/mem/configmgr/client-management/cmg-communication-error.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _Original KB number:_   4503442, 4495265
1414

1515
## Error code 403 (CMGConnector_Clientcertificaterequired)
1616

17-
In the following log files, error messages that resemble the following are logged:
17+
In the following log files, error messages that resemble the following entries are logged:
1818

1919
**LocationServices.log**
2020

@@ -65,7 +65,7 @@ Maintaining connections...
6565

6666
## Error code 403 (CMGConnector_Forbidden)
6767

68-
In the following log file, error messages that resemble the following are logged:
68+
In the following log file, error messages that resemble the following entries are logged:
6969

7070
**LocationServices.log**
7171

@@ -96,7 +96,7 @@ There's a mismatch between the Internet Information Services (IIS) bindings and
9696

9797
## Error code 12175 (ERROR_WINHTTP_SECURE_FAILURE)
9898

99-
In the following log file, an error message that resembles the following is logged:
99+
In the following log file, an error message that resembles the following entry is logged:
100100

101101
**LocationServices.log**
102102

@@ -137,15 +137,15 @@ This issue occurs if one or more of the following conditions are true:
137137

138138
If you're using a PKI server authentication certificate, follow these steps:
139139

140-
1. Make sure that the certificate presented to the client has the expected CMG name. If you're using third-party services that use certificate pinning and modify the presented certificate, the clients can't validate the server certificate.
140+
1. Make sure that the certificate presented to the client has the expected CMG name. If you're using non-Microsoft services that use certificate pinning and modify the presented certificate, the clients can't validate the server certificate.
141141

142142
To verify which certificate is presented, open the following URL in the web browser:
143143

144144
`https://<CMGFQDN>/CCM_Proxy_MutualAuth/ServiceMetadata`
145145

146-
Replace the `<CMGFQDN>` placeholder with your CMG public FQDN name.
146+
Replace the `<CMGFQDN>` placeholder with your CMG public fully qualified domain name (FQDN) name.
147147

148-
2. Make sure that the client has the certificate in the Trusted Root Certification Authorities certificate store locally. Otherwise, the client doesn't trust the CMG, even when using Microsoft Entra or token-based authentication. This modern authentication method is only available for the CMG to validate the server authentication, but not in the responses sent from the CMG to the client. When you use a third-party certificate for the authentication, the client is typically able to validate the public Root CA over the Internet.
148+
2. Make sure that the client has the certificate in the Trusted Root Certification Authorities certificate store locally. Otherwise, the client doesn't trust the CMG, even when using Microsoft Entra or token-based authentication. This modern authentication method is only available for the CMG to validate the server authentication, but not in the responses sent from the CMG to the client. When you use a non-Microsoft certificate for the authentication, the client is typically able to validate the public Root CA over the Internet.
149149

150150
3. If the CRL isn't published on the Internet, make sure that the site doesn't enforce clients to validate the CRL and disable CRL checking for clients:
151151

@@ -164,7 +164,7 @@ If you're using a PKI server authentication certificate, follow these steps:
164164
165165
## Error code 401 (CMGService_Invalid_Token)
166166

167-
The client hasn't communicated with the site (via CMG or MP) for over 30 days, or the `CCMSetup` command is attempting to use an expired token with the `/regtoken` parameter. In the following log files, error messages that resemble the following are logged:
167+
The client hasn't communicated with the site (via CMG or MP) for more than 30 days, or the `CCMSetup` command is attempting to use an expired token with the `/regtoken` parameter. In the following log files, error messages that resemble the following entries are logged:
168168

169169
**Ccmsetup.log**
170170

0 commit comments

Comments
 (0)