On 09/11/2018 06:03 PM, Sean Son wrote:
> 
> So i got HTTPS to work on the main site, but now when I access the list
> archives, i see that they are still being accessed through HTTP and not
> HTTPS
> 
> So I then ran this command:
> 
> $prefix/bin/withlist -l -a -r fix_url
> 
> and each of the lists were listed but the word "locked" appeared by each
> one of them.. After the command finished running and I restarted Mailman as
> well as Apache, I still see that the list archives are being accessed
> through HTTP and not HTTPS.  Any ideas on how I should resolve this? What
> does "locked" mean that appeared by each list name:


'locked' is because you specified -l to lock the lists when running fix_url.


> /usr/lib/mailman/bin/withlist -l -a -r fix_url
> Importing fix_url...
> Running fix_url.fix_url()...
> Loading list list0 (locked)
> Saving list


withlist is just telling you it locked the list when loading it. This is
expected.

Running fix_url will fix the web_page_url attribute for existing lists
to use https assuming you set DEFAULT_URL_PATTERN to use https.

To fix the public archive URLs to be https, do step 4 at
<https://wiki.list.org/x/17892007>.

-- 
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@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to