# HG changeset patch # User Kim Alvefur # Date 1567809966 -7200 # Node ID 9cfefd57da05eb8187170b776141b1bbcb93d6b8 # Parent a36af4570b392f3fa52d8438722e213c0a16174b tests: Disable TLS in scansion tests They were not using TLS before. With a36af4570b39 TLS context creation will succeed even without a certificate, so TLS will be offered, but since there is no certificate it does not work. diff -r a36af4570b39 -r 9cfefd57da05 spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Sat Sep 07 00:00:40 2019 +0200 +++ b/spec/scansion/prosody.cfg.lua Sat Sep 07 00:46:06 2019 +0200 @@ -8,7 +8,7 @@ -- Generally required "roster"; -- Allow users to have a roster. Recommended ;) "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. - "tls"; -- Add support for secure TLS on c2s/s2s connections + --"tls"; -- Add support for secure TLS on c2s/s2s connections "dialback"; -- s2s dialback support "disco"; -- Service discovery