InteractiveBot中的证书问题 [英] Problem with certificates in InteractiveBot

查看:82
本文介绍了InteractiveBot中的证书问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

试图让InteractiveBot运行起来,并且在尝试转换为Endpoint时我在RegisterComplete中收到错误:



< p align = left> Microsoft.Rtc.Signaling.TlsFailureException("目标主要名称不正确)



FailureReason是"IncorrectNameInRemoteCertificate"。



仅限快速搜索发现1点击(!)在http://msdn2.microsoft.com/en-us/library/microsoft.rtc.signaling.tlsfailurereason.aspx ,这是真的很有帮助。



远程证书是否是应用程序证书(在远程OCS服务器中)或OCS证书(如远离应用程序())是什么使它不正确(或者如果你愿意的话更正)



/ Lars

解决方案

从您的描述中,听起来似乎证书的主题未设置为FQDN DNS返回的计算机。


您可以打开mmc,添加证书管理器管理单元,然后查看本地计算机存储。您使用的证书应该在管理单元中显示机器名称。



Trying to get the InteractiveBot up running and I get an error in RegisterComplete when trying to cast into Endpoint:

 

Microsoft.Rtc.Signaling.TlsFailureException ("The target Principal name is incorrect")

 

FailureReason is "IncorrectNameInRemoteCertificate".

 

A quick search only found 1 hit (!) at http://msdn2.microsoft.com/en-us/library/microsoft.rtc.signaling.tlsfailurereason.aspx, which isn't really helping much.

 

Is the remote certificate the application certificate (as in remote from the OCS server) or the OCS certificate (as in remote from the application), and what makes it incorrect (or correct if you prefer)

 

/Lars

解决方案

From your description, it sounds as though the Subject of the certificate is not set to the FQDN of the machine as returned by DNS. 

You can open mmc, add the certificate manager snapin, and look in the Local Computer store. The certificates you are using should have the machine names showing up in the snapin.

 


这篇关于InteractiveBot中的证书问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆