On 5/4/20 6:11 PM, Samir Faci wrote:
I have nginx running with multiple website being serviced from the same server.
I updated the config where port 80 gets redirected to SSL.
I tried setting mailman3-hyperkitty.conf to both:
base_url: http://localhost/hyperkitty> base_url: https://lists.domain.com/hyperkitty/
Either should be OK, possibly dependent of your nginx config.
But neither seem to be working. Does hyperkitty require traffic to be going over port 80?
No. https should work. Can you go to https://lists.domain.com/hyperkitty/ in a browser?
Do you have api_key: set in mailman3-hyperkitty.conf and is it set to the same value modulo quotes as MAILMAN_ARCHIVER_KEY in your Django settings.
Note the value needs to be quoted in
MAILMAN_ARCHIVER_KEY = 'the_value'
and not in
api_key: the_value
because the former is a Python string and the latter is a config value.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan