Am 15.11.2019 um 02:21 schrieb Mark Sapiro:
Your Apache config needs to define separate a VirtualHost for each domain, either by IP address or ServerName, and each VirtualHost points to its own SSL certificates.
Thanks for your info, that did it. I had to include the text of the apache.conf in all my apache-config-files for my virtual-domains.
If I set use_https to yes in mailman.cfg I get on the website for all lists:
postorius: Something went wrong Mailman REST API not available. Please start Mailman core.
Does your setting in settings(_local).py for MAILMAN_REST_API_URL have an https scheme?
That doesn't solve the problem. I changed that in mailman-web.py (MAILMAN_REST_API_URL = https://localhost:8001) and after that in mailman.cfg (use_https: yes). But got the same errormessage on postorius website.
Regards
Wolfgang