You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Certificate assignment fails with error 0xe434352
3
-
description: This article provides the resolution for error 0xe434352 that occurs during certificate assignment when unsupported characters are used in the domain name of Receive Connectors.
4
-
#customer intent: As an Exchange Server admin, I want to resolve certificate binding issues caused by invalid fully-qualified domain names (FQDNs) so that I can maintain system reliability.
3
+
description: This article resolves error 0xe434352 that occurs during certificate assignment if unsupported characters are used in the domain name of Receive Connectors.
4
+
#customer intent: As an Exchange Server administrator, I want to resolve certificate binding issues that are caused by invalid fully-qualified domain names (FQDNs) so that I can maintain system reliability.
5
5
author: cloud-writer
6
6
ms.author: meerak
7
7
manager: dcscontentpm
@@ -20,22 +20,22 @@ search.appverid: MET150
20
20
ms.date: 01/28/2026
21
21
---
22
22
23
-
# SMTP certificate assignment fails with error 0xe434352 because of unsupported characters in the FQDN
23
+
# Error 0xe434352 and SMTP certificate assignment fails
24
24
25
25
## Summary
26
26
27
-
When you assign certificates to Exchange services, you might encounter error 0xe0434352 during the certificate binding process. This error typically indicates that one or more Receive Connectors in your Exchange environment use FQDNs that contain characters that aren't supported by DNS standards.
27
+
When you assign certificates to Exchange services, you might encounter error 0xe0434352 during the certificate binding process. This error typically indicates that one or more Receive Connectors in your Microsoft Exchange Server environment use FQDNs that contain characters that aren't supported by DNS standards.
28
28
29
29
## Symptoms
30
30
31
-
You run the `Enable-ExchangeCertificate` cmdlet to assign a certificate to the SMTP service. The operation fails with the following message:
31
+
You run the `Enable-ExchangeCertificate` cmdlet to assign a certificate to the SMTP service. The operation fails and returns the following error message:
32
32
33
+
> Unknown error (0xe0434352)
33
34
> The Exchange Certificate operation has failed with an exception on server <*Server Name*>.
34
-
> The error message is: Unknown error (0xe0434352)
35
35
36
36
## Cause
37
37
38
-
This issue occurs when the FQDN of one or more Receive Connectors contains unsupported characters, such as underscores. The connector creation process allows underscores in the domain name, but these characters violate DNS standards and cause failures during certificate binding.
38
+
This issue occurs if the FQDN of one or more Receive Connectors contains unsupported characters, such as underscores. The connector creation process allows unsupported characters, such as underscores, in the domain name. However, these characters violate DNS standards and cause failures during certificate binding.
39
39
40
40
For more information about domain names, see the following articles:
41
41
@@ -44,34 +44,32 @@ For more information about domain names, see the following articles:
44
44
45
45
## Resolution
46
46
47
-
To resolve this issue, use the Exchange Management Shell to find connectors with invalid FQDNs.
47
+
To resolve this issue, use the Exchange Management Shell to find connectors that have invalid FQDNs. Run the following Powershell command:
48
48
49
49
```powershell
50
50
Get-ReceiveConnector | Select Identity, FQDN
51
51
```
52
52
53
-
You can refine your search to look for specific unsupported characters. The following example searches for underscores in FQDNs.
53
+
You can refine your search to look for specific unsupported characters. The following example searches for underscores in FQDNs:
0 commit comments