I have an issue where both OAB and OOA don’t function
I traced it to the auto-discovery service which seems to be failing because of an invalid ssl cert.
This is the result from Test-OutlookWebServices,(below).
As you can see it is attempting to find the certificate for exchange01.mycompany.local
I don’t understand where this information is coming from.
When I run get-*VirtualDirectory|fl the information returned shows that ALL the internal and external urls are for //mail.mycompany.com, and that is the cert I have installed.
The metabase path, ( I didn’t include it in my listing ) doesn’t match the ".com" name but it does match the “.local” name. Is it supposed to
match the ".local" name?
FYI, I am using split dns, but I'm pretty sure it is set up correctly, since both internal and external mails clients are not reporting any issues.
If you have any suggestions I would greatly appreciate them.
=====================
Test-OutlookWebServices -identity:myuseridl@mycompany.com | ft * -AutoSize -Wrap
Id Type Message
-- ---- -------
1019 Information A valid Autodiscover service connection point was found. The Autodiscover URL on this object is //mail.mycompany.com/Autodiscover/Autodiscover.xml.
1013 Error When contacting//mail.mycompany.com/Autodiscover/Autodiscover.xml received the error The remote server returned an error: (404) Not Found.
1023 Error The Autodiscover service couldn't be contacted.
1104 Error The certificate for the URL //exchange01.mycompany.local/Autodiscover/Autodiscover.xml is incorrect. For SSL to work, the
certificate needs to have a subject of
exchange01.mycompany.local, but the subject that was found is mycompany.com. Consider correcting service discovery, or installing a correct SSL certificate.
1113 Error When contacting //exchange01.mycompany.local:443/Autodiscover/Autodiscover.xml received the error The remote server returned
an error: (404) Not Found.
1123 Error The Autodiscover service couldn't be contacted.
Get-ActiveSyncVirtualDirectory |fl
InternalUrl External Url
//mail.mycompany.com/Microsoft-Server-ActiveSync //mail.mycompany.com/Microsoft-Server-ActiveSync
Get-AutodiscoverVirtualDirectory|fl
InternalUrl External Url
//mail.mycompany.com/autodiscover/autodiscover.xml //mail.mycompany.com/autodiscover/autodiscover.xml
Get-EcpVirtualDirectory|fl
InternalUrl External Url
//mail.mycompany.com/ecp //mail.mycompany.com/ecp
Get-OabVirtualDirectory|fl
Internal Url External Url //mail.mycompany.com/oab //mail.mycompany.com/oab
[B]Get-OwaVirtualDirectory|
Internal Url External Url
//mail.mycompany.com/exchange //mail.mycompany.com/exchange
Get-WebServicesVirtualDirectory|fl
InternalUrl External Url
//mail.mycompany.com/EWS/Exchange.asmx //mail.mycompany.com/EWS/Exchange.asmx