Forum Discussion
Cant set smtp tls certificate for send-connector
lug-ms you should run HCW version 17.x (newest) and let the agent do the job. Certificate replacement requires to re-run HCW and this should then work without any problem.
The hcw does the same thing in powershell, and fails with the same error, see attachment
- Dec 17, 2020
lug-ms are there other certificates bound to the SMTP service? If you run Get-ExchangeCertificate you should see all thumbprints and services (S stands for SMTP).
- lug-msDec 17, 2020Copper Contributor
Yes, the federation certificate is bound to SMTP, which probably automatically happened when removing the old certificate from the server.
You can see more details about the federation cert in my starting post 😉
- Dec 17, 2020
lug-ms I didn't understand it because you said the only certificate that has SMTP is the Federation certificate, but then you mentioned that enabling the smtp service on the new certificate has been successful. So this means there are two certificates with the SMTP service but the "real" one does not work for hybrid (error message), is this correct?
If yes, you can disable the SMTP service for the federation certificate and the new certificate, then just enable it for the new certificate again with the same cmdlet. To disable the SMTP service, you can run Enable-ExchangeCertificate -Services None -Thumbprint XXX