[Mailman-Users] Mailman admindb using http instead of https in formaction

Mark Sapiro mark at msapiro.net
Tue Oct 11 03:17:12 CEST 2011


C. Marcera wrote

>My OS X Server is using mailman v2.1.14. Because we're using/forcing https on all pages on this server, I am unable to submit some forms in the mailman admin pages (so far specifically the "Tend to pending" page). The form action is to "http://myservername" instead of "https://myservername".
>
>Is there a setting for this somewhere or a .py file I can make an edit in?


You need to put

DEFAULT_URL_PATTERN = 'https://%s/mailman/'

(assuming Apple hasn't changed the default setting) in mm_cfg.py and
run fix_url on all your lists. See the FAQs at
<http://wiki.list.org/x/7oA9> and <http://wiki.list.org/x/mIA9>.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list