Where can I find the setting
POSTORIUS_TEMPLATE_BASE_URL
Thank you, Paul 'Arte Chambers' Robey 502-408-6922
On Tue, Jan 28, 2025 at 6:22 PM Mark Sapiro <mark@msapiro.net> wrote:
On 1/28/25 12:31, Arte Chambers via Mailman-users wrote:
I'm getting the following error when using mass subscription on a testing list with a custom template loaded for [list:user:notice:welcome]
HTTP Error 400: HTTPConnectionPool(host='localhost', port=8000): Read
timed
out. (read timeout=5)
It appears you are setting the template in Postorius and there is an issue with your setting for POSTORIUS_TEMPLATE_BASE_URL. It looks like this is something like
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost:8000/'
and that connection is timing out. Try setting just the scheme and host for access to Postorius. I.e., if you access Postorius at a URL like https://www.example.com/mailman3/, try
POSTORIUS_TEMPLATE_BASE_URL = 'https://www.example.com/'
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to paul.m.robey@gmail.com