Forum Discussion
Cant set smtp tls certificate for send-connector
The hcw does the same thing in powershell, and fails with the same error, see attachment
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
- lug-msDec 17, 2020Copper Contributor
No I said enabling it for SMTP does NOT work.
I said the command executed withouth any return (which would be okay for a successful run), but it doesn't do anything. It's not enabling the cert for SMTP.