going to port 8000 directly results in
http.client.RemoteDisconnected: Remote end closed connection without response
I have confirmed that uWsgi is listening at that port.
$ netstat -tulnp
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 2864/uwsgi
attempting to curl the suggested addresses from earlier in the thread return the same results.
[sarah@]$ curl http://127.0.0.1:8000/hyperkitty/api/mailman/archive curl: (52) Empty reply from server [sarah@]$ curl http://127.0.0.1:8000/archive/api/mailman/archive curl: (52) Empty reply from server
Matt: The admin list I am working with was created by the postorius web ui, but I am seeing the same behaviour on the 2 lists imported from mailman 2.1 as well, which were created and imported directly in bash. All 3 lists are sending and receiving mail properly.