Fresh install running in coexistence mode, created test user on exchange 2013 mbx1, can not get autodiscover to work... it keeps returning HTTP error 400 Bad request. Any suggestions ?
[PS] C:\Program Files\Microsoft\Exchange Server\V15\Scripts>Test-OutlookWebServices | fl
Creating a new session for implicit remoting of "Test-OutlookWebServices" command...
RunspaceId : a3a825b3-f752-4b7d-b461-9cdc263f0398
Source : MBX1.domain.com
ServiceEndpoint : mail.domain.com
Scenario : AutoDiscoverOutlookProvider
ScenarioDescription : Autodiscover: Outlook Provider
Result : Failure
Latency : 411
Error : System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at
Microsoft.Exchange.Management.SystemConfigurationTasks.ServiceValidatorBase.InternalInvoke()
at Microsoft.Exchange.Management.SystemConfigurationTasks.ServiceValidatorBase.Invoke()
Verbose : [2013-05-06 18:42:58Z] Autodiscover connecting to
'https://mail.domain.com/autodiscover/autodiscover.xml'.
[2013-05-06 18:42:58Z] Test account:
extest_47f5c08502074@domain.com Password: ******
[2013-05-06 18:42:58Z] Autodiscover request:
User-Agent:
MBX1/Test-OutlookWebServices/extest_47f5c08502074@domain.com
Content-Type: text/xml; charset=utf-8
Host: mail.domain.com
[2013-05-06 18:42:58Z] Autodiscover request:
<?xml version="1.0"?>
<Autodiscover xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
<Request>
<EMailAddress>extest_47f5c08502074@domain.com</EMailAddress>
<AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/response
schema/2006a</AcceptableResponseSchema>
</Request>
</Autodiscover>
[2013-05-06 18:42:58Z] Autodiscover response:
Connection: Keep-Alive
Content-Length: 11
Content-Type: text/html
Date: Mon, 06 May 2013 18:42:58 GMT
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
[2013-05-06 18:42:58Z] Autodiscover response:
System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.GetResponse()
at
Microsoft.Exchange.Management.SystemConfigurationTasks.ServiceValidatorBase.InternalInvoke()
at Microsoft.Exchange.Management.SystemConfigurationTasks.ServiceValidatorBase.Invoke()
MonitoringEventId : 6001