Skip to content
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

Connection to jabber.ccc.de (XMPP) fails #247

Open
goofy79 opened this issue May 11, 2016 · 5 comments
Open

Connection to jabber.ccc.de (XMPP) fails #247

goofy79 opened this issue May 11, 2016 · 5 comments

Comments

@goofy79
Copy link

goofy79 commented May 11, 2016

Hello, i use the actual master branch/0e56be4 1.1.0.0
and if i want to connect to the XMPP jabber.ccc.de i get these error

14:58 -!- reconnect to jabber.ccc.de
14:58 -!- error: The object was used after being disposed.
14:58 -!- reconnect to jabber.ccc.de in 0 seconds

can somebody help me ?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@meebey
Copy link
Owner

meebey commented May 11, 2016

jabber.ccc.de requires PFS in the TLS/SSL stack and Mono does not support that yet.With Mono 4.2 or 4.3 there is a new TLS/SSL implementation but it needs to be enabled manually. I do not know if that gets jabber.ccc.de working...

@meebey meebey changed the title Problem with XMPP Connection to jabber.ccc.de (XMPP) fails May 11, 2016
@goofy79
Copy link
Author

goofy79 commented May 11, 2016

do you know - how can i enable the PFS ?
i updated my mono now to the version 4.2 - so i can try it

many THX

@meebey
Copy link
Owner

meebey commented May 11, 2016

Hm maybe it even needs Mono 4.4, I am not sure. setting this env var enables it: MONO_TLS_PROVIDER="Mono.Security.Providers.NewTls.NewTlsProvider, Mono.Security.Providers.NewTls, Version=4.0.0.0, Culture=neutral, PublicKeyToken=84e3aee7225169c2"

see http://permalink.gmane.org/gmane.comp.gnome.mono.devel/43222

@meebey
Copy link
Owner

meebey commented Aug 23, 2016

A simpler workaround is to use stunnel and connect with Smuxi through stunnel to the jabber.ccc.de server.

@meebey
Copy link
Owner

meebey commented Jan 10, 2017

I have written a FAQ item that explains how to use stunnel with Smuxi here:
https://smuxi.im/faq/usage/stunnel/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants