Exchange 2010 (via SBS 2011)
GoDaddy trusted certificate installed by the SBS Console Wizard (mail.externaldomain.com)
Everything seems to be working fine, no certificate errors on clients
So you might wonder why I am asking this question. Well, we are using Vipre Email Security as a spam filter and it is supposed to create some subfolders inside of each users mailbox so they can add to block/allow lists. They are telling me that I have to correct this autodiscover issue for these folders to get created and their product to work.
I run test-outlookwebservices | FL and everything is a success except
RunspaceId : 24b997dc-11a1-4e4c-92d8-b659cac801a2
Id : 1104
Type : Error
Message : The certificate for the URL https://apserver1-1.domain.local/Autodiscover/Autodiscover.xml is incorrect. For SSL to work, the certificate
needs to have a subject of apserver1-1.domain.local, but the subject that was found is mail.externaldomain.com. Consgider correcting service discovery, or installing a correct SSL certificate.
I run Get-WebServicesVirtualDirectory | fl Name, internalurl,externalurl
Name : EWS (Default Web Site)
InternalUrl : https://mail.externaldomain.com/EWS/Exchange.asmx
ExternalUrl : https://mail.externaldomain.com/EWS/Exchange.asmx
I run Get-OabVirtualDirectory | fl internalurl,externalurl
InternalUrl : https://mail.externaldomain.com/OAB
ExternalUrl : https://mail.externaldomain.com/OAB
I run Get-AutodiscoverVirtualDirectory | fl internalurl,externalurl
InternalUrl : https://mail.externaldomain.com/Autodiscover/Autodiscover.xml
ExternalUrl : https://mail.externaldomain.com/Autodiscover/Autodiscover.xml
Please help me understand why test-outlookwebservices is using the internal URL and correct it to use the external URL listed on the trusted certificate.
Thank you
MindIT