消息传递应用程序仅获得一次安全证书

发布于 2024-11-27 20:45:53 字数 218 浏览 1 评论 0原文

我正在开发一个在更大的程序中运行的消息应用程序。当用户在主程序中注销时,会触发一个事件以在我的模块中注销他们。登录时也会发生同样的情况。现在第一个用户可以正常进入,但是每次第二个用户尝试进入时都会出现接受安全证书的错误。我不知道为什么当第一个用户正常进入时会存在此错误,逻辑是相同。我知道这并不算太多,但是有什么明显的事情我应该检查吗?

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

想念有你 2024-12-04 20:45:54

您是否在其中一个而不是另一个中连接了 OnInvalidCertificate 回调?

Did you wire up the OnInvalidCertificate callback in one and not the other?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文