Hi @Paul Siso
If you run the following command in EMS on edge server, would you see an expired certificate?
Get-ExchangeCertificate | fl
If it shows the certificate has expired, please follow these steps to recreate the edge subscription:
1.run the new-exchangecertificate command to create a new certificate and assign it to SMTP service on edge server
2.run the following command on edge server to generate the edge subscription file
New-EdgeSubscription -FileName "C:\Data\EdgeSubscriptionInfo.xml"
3.copy the file to mailbox server and run the following command on mailbox server to import the edge subscription file
New-EdgeSubscription -FileData ([byte[]]$(Get-Content -Path "C:\Data\EdgeSubscriptionInfo.xml" -Encoding Byte -ReadCount 0)) -Site "Default-First-Site-Name"
If you didn't see any error message, the edge subscription would have been recreated successfully.
If the response is helpful, please click "Accept Answer" and upvote it.
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.