1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00

Don't use HTTPS internally

This can avoid any mismatching issue with SSL packages.
This commit is contained in:
Luke Murphy 2019-09-22 18:31:51 +02:00
parent 5c9f5b7922
commit 2f7c4cebf1
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -223,7 +223,7 @@ hostname: localhost
port: __PORT_WEB__ port: __PORT_WEB__
# Whether or not requests to the web service are secured through SSL. # 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 # Whether or not to show tracebacks in an HTTP response for a request that
# raised an exception. # raised an exception.