New Certificate Exchange 2016 ID12014

IIIT 1 Reputation point
2022-06-23T07:40:57.71+00:00

Hi.
We have renewed the wildcard certificate for Exchange server 2016. We have a hybrid deployments.
We imported the certificate via the EMC console and assigned it for SMTP and IIS. Everything works.

We have now found that the mail server does not support TLS.
Error ID 12014 is listed in the system log.
214206-image.png
Exchange refers to the old wildcard certificate.

We tried to fix it
$cert = Get-ExchangeCertificate -Thumbprint 2F5EExxxx84F707022EE5A464FDCC2
$tlscertificatename = "<i>$($cert.Issuer)<s>$($cert.Subject)"
Set-ReceiveConnector "xxx\Client Frontend xxx" -TlsCertificateName $tlscertificatename
but the error still pops up

We reissued the new certificate and added it again via the EMC console.
but the error still pops up.

A new attempt to set a new certificate on the ReceiveConnector will fail.
214225-image.png

We removed all old wildcard certificates via the MMC console, but the system log still shows error ID 12014 with a link to the expired certificate, which is no longer on the server.

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,369 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,901 questions
{count} votes

2 answers

Sort by: Most helpful
  1. IIIT 1 Reputation point
    2022-06-23T09:53:48.167+00:00

    My mistake, I set the wrong receive connector.
    I'll check in the afternoon.
    214268-image.png

    0 comments No comments

  2. Andy David - MVP 142.3K Reputation points MVP
    2022-06-23T11:24:11.383+00:00

    I was just going to say that :)
    The error message refers to the Transport FrontEnd, not the client. The client front end is port 587.

    0 comments No comments