-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jabber-net connect to Cisco Jabber #104
Comments
We already had a conversation about some Cisco product, but for now I still have no idea what the "CISCO CUCM" or "Cisco Jabber" is :( Could you please show a stacktrace and some application logs? |
If you would explain to me what is the "legacy SSL" and how's it different from the "actual SSL", then I could try to fix the issue in the library. |
I believe the error that I'm getting is similar to the other conversation on "CISCO CUCM". |
Alright, this sheds some light onto what the "legacy SSL" is: https://github.com/RestComm/jain-slee.xmpp/blob/77cfa474c0e04a38f6f854837fbd7fcfd4e216f2/resources/xmpp/library/src/main/java/org/jivesoftware/smack/SSLXMPPConnection.java So, the modern approach seem to be to use a dedicated SSL port, and this one just dynamically negotiates SSL over the existing port. |
That is great!, trying to use older security protocols didn't make any sense (and I could not find the way to do that in w10)
Then I read somebody talking about using port 5223, but doing just that didn't work either (too simples to be true).
Sent from mobile
… On Oct 26, 2019, at 1:57 AM, Friedrich von Never ***@***.***> wrote:
Alright, this sheds some light onto what the "legacy SSL" is: https://github.com/RestComm/jain-slee.xmpp/blob/77cfa474c0e04a38f6f854837fbd7fcfd4e216f2/resources/xmpp/library/src/main/java/org/jivesoftware/smack/SSLXMPPConnection.java
So, the modern approach seem to be to use a dedicated SSL port, and this one just dynamically negotiates SSL over the existing port.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Will you be able to implement something like that? When I use SSL=True, I just get the error "Authentication failed because the remote party has closed the transport stream." |
I believe so. |
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
The text was updated successfully, but these errors were encountered: