Hi All,
We are having a issue with autodiscover. We would like to change this URL "https://lyncsrv.internaldomain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=externaldomain.com" to "https://lyncdiscover.externaldomain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=externaldomain.com" as lyncsrv.internaldomain,com is not resolvable from outside. (Internet)
https://lyncdiscover.externaldomain.com/
<resource rel="root" href="https://lyncsrv.internaldomain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=externaldomain.com"><link rel="user" href="https://lyncdiscover.externaldomain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=externaldomain.com"/><link rel="xframe" href="https://lyncdiscover.externaldomain.com/Autodiscover/XFrame/XFrame.html"/></resource>
PS C:\Users\Administrator.domain> Get-CsService -WebServer |fl auto*
AutodiscoverServiceExternalUri : https://lyncdiscover.externaldomain.com/Autodiscover/AutodiscoverService.svc/root
AutodiscoverServiceInternalUri : https://lyncsrv.internaldoamin.com/Autodiscover/AutodiscoverService.svc/root
Error:
Exception encountered while sending an HTTP request to https://lyncsrv.internaldomain.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=externaldomain.com?sipuri=h1test@externaldomain.com: An error occurred while sending the request.. Complete Exception: \r\nSystem.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'lyncsrv.internaldomain.com'
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.LyncServer.WebServices.AutoDiscoverManager.<SendHttpRequest>d__9.MoveNext()
An error occurred while sending the request.
The remote name could not be resolved: 'lyncsrv.internaldomain.com'