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

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to