On 7/20/21 12:55 PM, Sarah H wrote:
going to port 8000 directly results in
http.client.RemoteDisconnected: Remote end closed connection without response
Is this from mailman.log? In any case, what are all the messages in mailman.log related to this?
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
You only need to try one of these - hyperkitty
and archive
are
synonyms for the same things. What if you try
curl -X POST http://127.0.0.1:8000/hyperkitty/api/mailman/archive
and
curl -X POST https://127.0.0.1:8000/hyperkitty/api/mailman/archive
(Does Nginx proxy to uWsgi as http or https?)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan