Forum Discussion
How to determine what SSL Certificate used between On-Prem and Exchange Online
Hi Fwaggle
#Inbound Connector in Exchange Online
Get-InboundConnector -Identity "Inbound from b96bdae2-5722-45d3-b38c-8dca846c63ba" | fl Name, *TLS*,Restrict*
Name : Inbound from b96bdae2-5722-45d3-b38c-8dca846c63ba
RequireTls : True
TlsSenderCertificateName : *.icewolf.ch
RestrictDomainsToIPAddresses : False
RestrictDomainsToCertificate : False
#Send Connector on Exchange Server
Get-SendConnector -Identity "Outbound to Office 365 - 138c6133-e050-4107-9421-d1e9abf64b49" | fl name,fqdn,TLS*
Name : Outbound to Office 365 - 138c6133-e050-4107-9421-d1e9abf64b49
Fqdn : mail.icewolf.ch
TlsDomain : mail.protection.outlook.com
TlsAuthLevel : DomainValidation
TlsCertificateName : <I>CN=Go Daddy Secure Certificate Authority - G2, OU=http://certs.godaddy.com/repository/,
O="GoDaddy.com, Inc.", L=Scottsdale, S=Arizona, C=US<S>CN=mail.icewolf.ch
If no TLSCertificateName is set on Send connector it could be the default SMTP Certificate
Regards
Andres