Re: [Mailman-Users] Can't submit administrative requests when forcing HTTPS

2014-08-15 Thread Mark Sapiro
On 08/15/2014 07:42 AM, Jeroen de Neef wrote: > Hi there, > > I would like forced HTTPS on my Mailman installation, and I have tried to > use the following in my httpd.conf > RewriteEngine on > RewriteCond %{HTTPS}off [NC] > RewriteRule ^/mailman(/.*) https://%{HTTP_HOST}/mailman$1 [L,R

[Mailman-Users] Can't submit administrative requests when forcing HTTPS

2014-08-15 Thread Jeroen de Neef
Hi there, I would like forced HTTPS on my Mailman installation, and I have tried to use the following in my httpd.conf RewriteEngine on RewriteCond %{HTTPS}off [NC] RewriteRule ^/mailman(/.*) https://%{HTTP_HOST}/mailman$1 [L,R=permanent] But if I use that I can't submit administrative