Re: [Mailman-Developers] ssl for admin pages

2003-06-12 Thread Mentor Cana
I would also like to see this patch as part of Mailman. I tried it and it works just fine. thanks, Mentorhi, in indymedia (http://indymedia.org) and sindominio (http://sindomino.net) we saw the necessity to protect the admin part of mailman (above all the password transmission) with a ssl connec

Re: [Mailman-Developers] ssl for admin pages

2003-06-10 Thread Barry Warsaw
On Mon, 2003-06-09 at 18:55, Donn Cave wrote: > I added a parameter to ScriptURL(..., upgrade=0) and a couple of > functions to deal with the protocol part of the URL (http vs. https.) > The upgrade parameter indicates that the URL must be https. And then > I had to change a few modules other tha

Re: [Mailman-Developers] ssl for admin pages

2003-06-09 Thread Donn Cave
Quoth matze <[EMAIL PROTECTED]>: ... | so i dived into the mailman sources and figured out a possible | solution. it seems to me that the best way to achieve ssl connections | for the admin is putting a condition in ScriptURL() in Utils.py. | | if((0 != mm_cfg.DEFAULT_ADMIN_USE_SSL) and |(targe

[Mailman-Developers] ssl for admin pages

2003-06-09 Thread matze
hi, in indymedia (http://indymedia.org) and sindominio (http://sindomino.net) we saw the necessity to protect the admin part of mailman (above all the password transmission) with a ssl connection. i figured out that vanilla-mailman doesn't support this feature (http://www.mail-archive.com/[EMAIL P