aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-05-27 15:49:57 +0200
committerKim Alvefur <zash@zash.se>2021-05-27 15:49:57 +0200
commit36ea4c5717d0d0fdd1186ec971c88a94ddf72e66 (patch)
tree38a24ccd85301c923e63182c2d0097cf250ae9cb /spec/scansion
parentda83a7481038dc41cb6da515d013e627bf286862 (diff)
downloadprosody-36ea4c5717d0d0fdd1186ec971c88a94ddf72e66.tar.gz
prosody-36ea4c5717d0d0fdd1186ec971c88a94ddf72e66.zip
scansion: Silence an error from cert indexer due to missing certs dir
Diffstat (limited to 'spec/scansion')
-rw-r--r--spec/scansion/prosody.cfg.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 6d3980ed..dfc6d6bc 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -92,7 +92,10 @@ external_services = {
modules_disabled = {
"s2s";
}
-certificate = "certs"
+
+-- TLS is not used during the test, set certificate dir to the config directory
+-- (spec/scansion) to silence an error from the certificate indexer
+certificate = "."
allow_registration = false