[Mailman-Users] Using Mailman on SSL site

Richard Barrett R.Barrett at ftel.co.uk
Mon Apr 7 19:18:17 CEST 2003


At 17:13 07/04/2003, John Shaw wrote:
>For extra security I was going to install mailman under the secure part of 
>our
>site.  The problem is I don't know how to configure mailman to know it is on
>an https site instead of an http site.  Anyone know how I can fix this so all
>the links aren't broken.
>
>John

You will need to:

1. make the appropriate changes to you Apache httpd.conf so that your 
server will only make the Mailman web interface URIs available via https.

2. assuming MM 2.1.1, assign the value of the DEFAULT_URL_PATTERN MM config 
variable in mm_cfg.py to use the https scheme, e.g.
DEFAULT_URL_PATTERN = 'https://%s/mailman/'

This should ensure that the web_page_url attribute of new lists uses https

3. use $prefix/bin/fix_url.py to get the change to DEFAULT_URL_PATTERN to 
propagate to the web_page_url attribute of any existing lists.




More information about the Mailman-Users mailing list