Hi,
I'm posting this to Exchange forum after not receiving a reply on the SharePoint forum. It is more of an Exchange question anyhow.
Hi,
I've successfully setup Task sync between SharePoint and Exchange.
The timer job is failing, I know it's because I can't access the following URL's from the SharePoint servers
https://webmail.contoso.com/autodiscover/autodiscover.xml
https://webmail.contoso.com/EWS/exchange.asmx
I can pass authentication once I've entered the correct details, but how do I allow SharePoint to authenticate?
The task sync was setup with an account that has Org Management permission to Exchange and admin permissions to SharePoint.
-----------------------
AutodiscoverLocalException: Autodiscover blocked a potentially insecure redirection to https://webmail.contoso.com/autodiscover/autodiscover.xml. To allow Autodiscover to follow the redirection, use the AutodiscoverUrl(string, AutodiscoverRedirectionUrlValidationCallback) overload.
Exception when validating connection for user. Exception details follow. Type: 'Microsoft.Exchange.WebServices.Data.ServiceRequestException', message: 'The request failed. The request was aborted: The request was canceled.' and stack trace: at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request) at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request) at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute() at Microsoft.Exchange.WebServices.Data.ExchangeService.BindToFolder[TFolder](FolderId folderId, PropertySet propertySet) at Microsoft.Office.Server.WorkManagement.Internal.ExchangeServices.TestExchangeConnection().