消息传递应用程序仅获得一次安全证书
我正在开发一个在更大的程序中运行的消息应用程序。当用户在主程序中注销时,会触发一个事件以在我的模块中注销他们。登录时也会发生同样的情况。现在第一个用户可以正常进入,但是每次第二个用户尝试进入时都会出现接受安全证书的错误。我不知道为什么当第一个用户正常进入时会存在此错误,逻辑是相同。我知道这并不算太多,但是有什么明显的事情我应该检查吗?
我使用 C# 和 Jabber.NET 作为我的主要 XMPP 库。
I'm developing a messaging application that runs within a larger program. When the user logs off in the main program, an event is triggered to log them off in my module. The same occurs for log on. Right now the first user gets in fine, but there is an error about accepting the security certificate every time the second user tries to get in. I have no idea why this error would exist as the first user gets in fine, and the logic is the same. I know this isn't a ton to go on, but are there any obvious things I should check?
I'm using C# with Jabber.NET as my main XMPP library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在其中一个而不是另一个中连接了 OnInvalidCertificate 回调?
Did you wire up the OnInvalidCertificate callback in one and not the other?