Minor probe for STARTTLS xmpp-server

... don't know whether this gets through -- depends on the
version openssl used (1.0.2 doesn't have that)
This commit is contained in:
Dirk 2020-05-01 18:39:36 +02:00
parent 1d7adebb4e
commit 191c69fbdd

View File

@ -99,6 +99,14 @@ $openssl_out = `./testssl.sh --ssl-native $check2run -t xmpp $uri 2>&1`;
unlike($openssl_out, qr/$openssl_regex_bl/, "");
$tests++;
uri="jabber.ccc.de:5269"
printf "\n%s\n", "Quick STARTTLS XMPP S2S unit tests via sockets --> $uri ...";
$openssl_out = `./testssl.sh --openssl=/usr/bin/openssl -p $check2run -t xmpp-server $uri 2>&1`;
# $openssl_json = json('tmp.json');
unlike($openssl_out, qr/$openssl_regex_bl/, "");
$tests++;
$uri="ldap.uni-rostock.de:21";