Renew Exchange Cert

lalajee 1,811 Reputation points
2023-09-27T10:29:26.47+00:00

Hi,

Our Setup

  • Server 2012
  • Exchange 2016

Our environment is Hybrid

Our Exchange cert was about to expire so I have renew it using below setup but some of the mailbox flow is failing for internal domain

Steps

  1. Run this command on both Exchange Servers
    1. Enable-ExchangeCertificate -Thumbprint "New Cert" -Services IIS,SMTP
      1. Then Run
             1. $TLSCert = Get-ExchangeCertificate -Thumbprint "New Cert"
        
                               $TLSCertName = "<I>$($TLSCert.Issuer)<S>$($TLSCert.Subject)"
        
        1. Then Run
                  1. Get-SendConnector "Outbound to Office 365*" | Set-SendConnector -TlsCertificateName $TLSCertName
          
          1. Then Run
                       1. Set-ReceiveConnector "xxxxx\Default Frontend xxx" -TlsCertificateName $TLSCertName
            
                                                     Set-ReceiveConnector "xxxx\Default Frontend xxxx" -TlsCertificateName $TLSCertName
            
            1. Restart IIS
              1. Restart Transport service and Frontend Transport service
                1. Run Hybrid wizard with default selection and select new cert at the end

Now When we send email to internal address its failing with this message

User's image

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,298 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.
2,106 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shaofan Lv-MSFT 6,915 Reputation points Microsoft Vendor
    2023-09-28T07:27:44.39+00:00

    Hi @lalajee

    I would like to confirm with you where the email addresses of your internal recipient and sender are?

    Are they all local? Or is the sender local and the recipient online?

    Also, I found this: Error code: 450 4.4.315 Connection timed out

    Regards

    Shaofan


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.