There should be no 443 on the back end.
just 81 and 444.
Bind the Microsoft ExchangeCertificate to 444 on the backed and run IISRESET.
443 should be removed.
WHat is set for the front end?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All, We have a strange issue. In one of the exchange server 2019 the back end site in IIS is not getting started. It give error website cannot be started another website might be using same port. I observed there are three sites at port 81, 444, and 443 respectively. Not sure why port 443 is here. If we change the port of 443 to something different OWA stops.
There should be no 443 on the back end.
just 81 and 444.
Bind the Microsoft ExchangeCertificate to 444 on the backed and run IISRESET.
443 should be removed.
WHat is set for the front end?
Someone added that 443 on the backend and they should not have.
444 is the back end port.
You can see how its supposed to look here:
https://www.alitajran.com/renew-microsoft-exchange-certificate/
Essentially, you need to set it to 444 and assign IIS and then bind the Microsoft Exchange Cert to the 444, not the 443.
Hi @ Vishal Verma ,
Thanks for posting your question in the Microsoft Q&A forum.
According to your description, The backend site in IIS of your Exchange Server 2019 cannot be started, and it prompts "Website cannot be started". Another website may be using the same port. I agree with Andy David - MVP that the self-signed certificate of Microsoft Exchange is generally bound to the Exchange backend website on port 444. You can try the following steps:
Get-ExchangeCertificate | Where-Object {$_.FriendlyName -like "Microsoft Exchange"} | Format-List FriendlyName,Subject,CertificateDomains,Thumbprint,RootCAType,*PrivateKey*,NotBefore,NotAfter
Get-ExchangeCertificate -Thumbprint "thumbprint" | New-ExchangeCertificate -Force -PrivateKeyExportable $false
If you have any questions, please feel free to contact me. If the answer is helpful, please click "Accept Answer" because it can help other members of the Microsoft Q&A community who have encountered similar problems and are looking for solutions. Thank you.
Best,
Jeanne