We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
openssl s_client -connect jabber.thehappy.de:5222 --starttls xmpp
Same for jabber.ccc.de and other XMPP servers.
jabber.ccc.de
starttls with smtp also works.
Using the latest release 1.6.0
The text was updated successfully, but these errors were encountered:
thanks @sebix for reporting this issue. I will try to get this fixed when I find some free cycles in between.
Sorry, something went wrong.
Thanks. I then used the tool testssl.sh which works with XMPP's STARTTLS
No branches or pull requests
It appears that the starttls for XMPP does not work:
The connection to the service itself using plain
openssl s_client
works fine:Same for
jabber.ccc.de
and other XMPP servers.starttls with smtp also works.
Using the latest release 1.6.0
The text was updated successfully, but these errors were encountered: