zoukankan      html  css  js  c++  java
  • lync2013 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为

    最近 练习安装lync2013 在发布拓扑结构时遇到如下错误:

     lync 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为“lync.contoso.com”的受信任服务器。
    在网上找了很久才找到解决方案。

    This post is following on from “Lync 2013: Topology Builder encountered an issue and cannot publish this topology” after correcting the issue on my previous blog post I ran into the following issue;

    A trusted server with the type “McxInternal” and the fully qualified domain name (FQDN) “EE01.lyncme.local” was found for a different Transport Layer Security (TLS) target

    1

    The error was also point to

    • A trusted server with type “McxExternal”
    • A trusted server with type “Microsoft.Rtc.Applications.Testbot”

    The resolution for this was to open ADSI Edit and Select Configuration

    2

    Browse to CN=Services,CN=RTC Service,CN=Trusted Services and in here you will find the records that specify to McxInternal etc..

    I suggest checking the records manually to see what they reference before deleting them. In my case all the records could be deleted as they was referencing to Servers and Pools names of my Lab which is not being used.

    5

    6 7

    After deleting the none require records go back to your “Topology Builder” and “Re-Publish”. It should complete successfully

    8

    And In my case the warning was referencing the below error because of using a service account to install Lync 2013

    9

    Regards

    最近 练习安装lync2013 在发布拓扑结构时遇到如下错误:

     lync 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为“lync.contoso.com”的受信任服务器。
    在网上找了很久才找到解决方案。

    This post is following on from “Lync 2013: Topology Builder encountered an issue and cannot publish this topology” after correcting the issue on my previous blog post I ran into the following issue;

    A trusted server with the type “McxInternal” and the fully qualified domain name (FQDN) “EE01.lyncme.local” was found for a different Transport Layer Security (TLS) target

    1

    The error was also point to

    • A trusted server with type “McxExternal”
    • A trusted server with type “Microsoft.Rtc.Applications.Testbot”

    The resolution for this was to open ADSI Edit and Select Configuration

    2

    Browse to CN=Services,CN=RTC Service,CN=Trusted Services and in here you will find the records that specify to McxInternal etc..

    I suggest checking the records manually to see what they reference before deleting them. In my case all the records could be deleted as they was referencing to Servers and Pools names of my Lab which is not being used.

    5

    6 7

    After deleting the none require records go back to your “Topology Builder” and “Re-Publish”. It should complete successfully

    8

    And In my case the warning was referencing the below error because of using a service account to install Lync 2013

    9

    Regards

  • 相关阅读:
    小K(wifi)插座剖解
    《将博客搬至51CTO》
    超频真的不难!G3258超频4.5GHz全攻略
    触摸屏
    CAN通信(STM32)
    【 Beginning iOS 7 Development《精通iOS7开发》】05 Autorotation and Autosizing
    遇到的面试问题?都来解下
    hdu5336XYZ and Drops
    hadoop MR 任务 报错 "Error: java.io.IOException: Premature EOF from inputStream at org.apache.hadoop.io"
    leetcode-Subsets
  • 原文地址:https://www.cnblogs.com/majiang/p/3614573.html
Copyright © 2011-2022 走看看