开发者

Messaging Application only gets Security Certificates Once

开发者 https://www.devze.com 2023-03-25 11:19 出处:网络
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.Righ

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 t开发者_如何学Pythono 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号