When using Salesforce Email Relay with TLS (Transport Layer Security) set to "Required" or "Required Verify", email connections may drop if the MTA (Mail Transfer Agent) listed in the Salesforce Email Relay settings has an expired or untrusted SSL certificate in its chain. A CA (Certificate Authority) is the entity responsible for signing and validating SSL certificates.
This failure most commonly occurs when an intermediate certificate is missing, invalid, or expired on the MTA. The error message "451 4.7.5 [internal] remote node SSL certificate not signed by a valid CA" indicates that Salesforce cannot verify the certificate chain presented by the MTA during the TLS handshake.
To resolve this SSL certificate error, you need to identify and fix the certificate chain issue on the MTA.
Step 1 — Check the Certificate Chain Online
If the MTA is accessible from the internet, use an online SSL checker tool to identify missing or expired intermediate certificates:
Enter your MTA hostname in the tool. Look for any warnings about missing, expired, or untrusted intermediate certificates in the chain.
Step 2 — Check Internally Using OpenSSL
If external tools cannot reach the MTA, use OpenSSL from an internal server to inspect the certificate chain:
Run the following command, replacing the hostname and port with your MTA's details:
openssl s_client -showcerts -connect [your-mta-hostname]:443
Review the output for errors such as "unable to verify the first certificate" or "certificate has expired". These indicate a broken or incomplete certificate chain.
Step 3 — Resolve the Certificate Issue
Work with your email or IT team to take one of the following actions on the MTA:
Once the certificate chain is corrected on the MTA, Salesforce Email Relay connections using TLS Required or Required Verify should resume successfully.
000388924

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.