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 <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
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to