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 <m...@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-le...@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/7C5G547NPASCUOL7VQRFOBDXYJ2YFH43/
This message sent to arch...@mail-archive.com