Dopo aver installato un certificato di una CA terza potrebbe essere necessario allineare il FQDN interno con quello esterno dando questi comandi nella PowerShell di Exchange1):
Set-ClientAccessServer -Identity NOMEINTERNO -AutodiscoverServiceInternalUri https://fqdn.esterno.com/autodiscover/autodiscover.xml Set-WebServicesVirtualDirectory -Identity “NOMEINTERNO\EWS (Default Web Site)” -InternalUrl https://fqdn.esterno.com/ews/exchange.asmx Set-OABVirtualDirectory -Identity “NOMEINTERNO\oab (Default Web Site)” -InternalUrl https://fqdn.esterno.com/oab
Vedi anche: Certificate name mismatch in Outlook