我想为我的客户创建一个 UCWA 应用程序。我在 Windows Azure 上安装了 Lync 服务器标准版,并按照以下步骤操作。
1)Lync Server 2013 CU1 升级
2)配置DNS记录 lyncdiscover为CNAME(别名)lyncdiscoverinternal为CNAME(别名)
3)配置内外端口 Set-CsWebServer –Identity ls2013.domain.com –McxSipPrimaryListeningPort 5086 Set-CsWebServer –Identity ls2013.domain.com –McxSipExternalListeningPort 5087
4)运行Enable-CsTopology
5) 运行引导程序 - %ProgramFiles%\Microsoft Lync Server 2013\Deployment\Bootstrapper.exe
6)修改 Lync 内部证书
**Request-CsCertificate -New -Type Default,WebServicesInternal,WebServicesExternal -CA <DC\CANAME> -Domainname "LyncdiscoverInternal.sipdomain1, Lyncdiscover.sipdomain1" -Verbose
Set-CsCertificate -Type Default,WebServicesInternal,WebServicesExternal -Thumbprint E5DBFFBCDD9E6C721E6D5C2DE191BCA8ABEE1E1B**
7)反向代理配置移动性 在这一步,由于Microsoft TMG 2010不能在Windows Server 2012中使用,我使用ARR进行反向代理,如下链接。
8)最后,当我浏览
https://lyncdiscover.domain.com/autodiscover/autodiscover.svc/root https://lyncdiscoverinternal.domain.com/autodiscover/autodiscover.svc/root
我得到了错误
HTTP Error 500.0 - Internal Server Error Module "OCSAuthHelperModule" could not be found
我该如何解决这个问题?我是否需要卸载 Lync Server?当我google时,没有详细的UCWA开发配置参考站点。您有任何参考网站或书籍,并且您与我分享您的信息吗?
提前致谢