Changeset

10238:9cfefd57da05

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.
author Kim Alvefur <zash@zash.se>
date Sat, 07 Sep 2019 00:46:06 +0200
parents 10237:a36af4570b39
children 10239:5c8526790a18
files spec/scansion/prosody.cfg.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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