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

StartTLS with XMPP does not work: Connection error #66

Open
sebix opened this issue Mar 6, 2025 · 2 comments
Open

StartTLS with XMPP does not work: Connection error #66

sebix opened this issue Mar 6, 2025 · 2 comments

Comments

@sebix
Copy link

sebix commented Mar 6, 2025

It appears that the starttls for XMPP does not work:

./tls-scan --connect jabber.thehappy.de:5222 --starttls xmpp --cacert /etc/ssl/ca-bundle.pem 
[warn] Unable to parse nameserver address fe80::2283:f8ff:fe17:6760%wlp0s20f3
host: jabber.thehappy.de; ip: 195.201.240.90; error: Network; errormsg:                      Disconnected from the remote host
 pid: 182595 | ciphers: (0) |host-count: 1 |network-error: 0 |dns-errcount: 0 |remote-close-error: 1 |unknown-error: 0 |connect-error: 1 |timeout-error: 0 |tls-handshake: 0 |gross-tls-handshake: 0 |elapsed-time: 0.67609 secs

The connection to the service itself using plain openssl s_client works fine:

openssl s_client -connect jabber.thehappy.de:5222 --starttls xmpp

Same for jabber.ccc.de and other XMPP servers.

starttls with smtp also works.

Using the latest release 1.6.0

@prbinu
Copy link
Owner

prbinu commented Mar 8, 2025

thanks @sebix for reporting this issue. I will try to get this fixed when I find some free cycles in between.

@sebix
Copy link
Author

sebix commented Mar 9, 2025

Thanks. I then used the tool testssl.sh which works with XMPP's STARTTLS

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