On Tue, Apr 16, 2019, at 5:51 PM, brian@emwd.com wrote:
There is no using mailman start with Docker:
# mailman start -bash: mailman: command not found
Same results with /usr/bin/python3 or python3. I am not very knowledgeable of the use of Docker when it comes services such as python3.
When you are using Docker, services are running in a container. Any commands that are executed needs to run inside the container.
To get a shell inside the container:
$ docker exec -it mailman-core bash
After that, you can run commands suggested above to make sure that you can actually get the URLs.
I don't get why SSL verification fails for your application, I can see that SSL is setup correctly.
Try this:
Change POSTORIUS_TEMPLATE_BASE_URL to use HTTP and then remove and re-create the template in Postorius. This should delete the URL for template in Core, since just changing the config in settings.py doesn't affect Core, which already has the URL from when you created the template.
We should have a way to re-sync the template' URLs in Core. I'll open an issue for it.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)