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

Mark Sapiro mark at msapiro.net
Fri Aug 15 18:03:19 CEST 2014


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=permanent]
> But if I use that I can't submit administrative requests anymore, because
> when I submit them it just returns back to them and nothing has changed.
> 
> Does anyone have a solution to my problem?


Your rewrite is losing the POST data. See the FAQ at
<http://wiki.list.org/x/7oA9>. You appear to have done step 1 but not
steps 2 and 3.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list