[Mailman-Users] Forcing All Admin Pages to SSL

David Blomquist dbl at tentra.com
Fri Aug 20 23:34:21 CEST 2004


On Fri, 2004-08-20 at 11:17, Kenneth Jacker wrote:
> [Debian/sarge, mailman-2.1.4-5]
> 
> I swear that earlier versions (e.g., 2.1b3+) would use "https:" for
> all pages when I came into an admin page using "https:".  Now, the
> initial page does, in fact, use SSL, but the later pages revert to
> "http:".
> 
> I've changed,
> 
>    DEFAULT_URL_PATTERN = 'http://%s/mailman'
> 
> to,
> 
>    DEFAULT_URL_PATTERN = 'https://%s/mailman'
> 
> in "mm_cfg.py", but this isn't giving me the behavior I want.

Kenneth,

Make sure that you edit any RedirectMatch statements in your Apache
configuration such as:

RedirectMatch ^/mailman[/]*$ http://www.yourhost.com/mailman/listinfo

are also changed to: 

RedirectMatch ^/mailman[/]*$ https://www.yourhost.com/mailman/listinfo

*note https in second statement.

David




More information about the Mailman-Users mailing list