From 2f7c4cebf109b90795c325d4c430c30acd32414f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Sep 2019 18:31:51 +0200 Subject: [PATCH] Don't use HTTPS internally This can avoid any mismatching issue with SSL packages. --- conf/mailman.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mailman.cfg b/conf/mailman.cfg index 65eeb35..b756ff7 100644 --- a/conf/mailman.cfg +++ b/conf/mailman.cfg @@ -223,7 +223,7 @@ hostname: localhost port: __PORT_WEB__ # Whether or not requests to the web service are secured through SSL. -use_https: yes +use_https: no # Whether or not to show tracebacks in an HTTP response for a request that # raised an exception.