Re: [Mailman-Users] Problem using HTTPS

2006-04-14 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > > I must be really lame not getting it to work, but I can't. What I want to do >is make all URLs https for added security. I modified the default URL pattern >to https://%s/... in both mm_cfg.py and Defaults.py, recompiled the Python >files, but it still gives me all URL

Re: [Mailman-Users] Problem using HTTPS

2006-04-14 Thread Patrick Bogen
On 4/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I must be really lame not getting it to work, but I can't. What I want to do > is make all URLs https for added security. I modified the default URL pattern > to https://%s/... in both mm_cfg.py and Defaults.py, recompiled

[Mailman-Users] Problem using HTTPS

2006-04-14 Thread morc
Hi Guys, I must be really lame not getting it to work, but I can't. What I want to do is make all URLs https for added security. I modified the default URL pattern to https://%s/... in both mm_cfg.py and Defaults.py, recompiled the Python files, but it still gives me all URLs with http. Where