Mailman admindb using http instead of https in form action

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?
Thanks in advance.
Chris Marcera System Administrator Press Enterprise, Inc.
Phone: 888.231.9767 x1352 Fax: 570.784.3057 E-Mail: chris.marcera@pressenterprise.net

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@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

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@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
C. Marcera
-
Mark Sapiro