3 Jan
2019
3 Jan
'19
8:22 p.m.
On 1/3/19 11:00 AM, kelly.close@lrewater.com wrote:
Hi David,
Did you ever find a resolution to these Authorization errors? I'm experiencing the same problem in a new setup. Would love to know if you figured it out!
The code that produces that error is:
if request.GET.get("key") != settings.MAILMAN_ARCHIVER_KEY:
return HttpResponse(
"""<html><title>Auth required</title><body>
<h1>Authorization Required</h1></body></html>""",
content_type="text/html", status=401)
I.e., the key in the request which comes from the
[general] api_key:
setting doesn't match the key set as MAILMAN_ARCHIVER_KEY. Do you have quotes around the api_key setting? That would be a mistake. See <https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/T7N7NNZYROQ3Z2IGPNRTHWTOEDYJZOY7/>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan