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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to