Share via

Renew Exchange Cert

lalajee 1,821 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

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Hybrid management
Exchange | Hybrid management

The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.