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
Copy file name to clipboardExpand all lines: Exchange/ExchangeServer/administration/certificate-assignment-fails-invalid-characters.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Certificate assignment fails with error 0xe434352
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.
2
+
title: Certificate assignment fails and returns error 0xe434352
3
+
description: This article provides the resolution for 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 SMTP (Simple Mail Transfer Protocol) 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,23 +20,23 @@ search.appverid: MET150
20
20
ms.date: 01/28/2026
21
21
---
22
22
23
-
# Error 0xe434352 and SMTP certificate assignment fails
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 Microsoft Exchange Server 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. The error indicates that one or more Receive Connectors in Microsoft Exchange Server use FQDNs that contain characters not allowed by DNS standards.
28
28
29
29
## Symptoms
30
30
31
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
33
> The Exchange Certificate operation has failed with an exception on server <*Server Name*>.
34
-
>
34
+
>
35
35
> The error message is: Unknown error (0xe0434352)
36
36
37
37
## Cause
38
38
39
-
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
+
This issue occurs if the FQDN of one or more Receive Connectors contains unsupported characters. The connector creation process allows underscores in the domain name. However, underscores violate DNS standards and cause failures during certificate binding.
40
40
41
41
For more information about domain names, see the following articles:
0 commit comments