-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
I'm trying to connect to Cisco Jabber using the send message example but it looks like Cisco Jabber requires some "legacy ssl" connection which I'm not sure what exactly it mean.
I tried using System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls;
but I keep getting "Not-authorized" with the j.SSL = false;
if I change to True, I get " Authentication failed because the remote party has closed the transport stream."
We have Jetbrains youtrack installed and it is working with Jabber integration with the option "legacySSL=On"
How can I make this work with Cisco XMPP ?
Thanks