[Mailman-Users] mailman force all httpd ssl

ml ml at smtp.fakessh.eu
Sat Jul 21 09:10:18 CEST 2012


Le 21/07/2012 03:51, ml a écrit :
> Le 21/07/2012 02:12, ml a écrit :
>> hello guys
>
>
>> I come to you to submit an application problem already
>
>> i read this page
>> 
>> http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL
>
>
> I applied in my setup
>
>> force ssl  work only for this url http://lists.fakessh.eu/mailman/
>
>> my config not work for other url
>> http://lists.fakessh.eu/mailman/listinfo/news
>
>> trying to find a solution I'm searching on google is my friend
>
>> but not solve my problem
>
>
> I tested the various config available with google search
>
> on my centos 6.3 the ssl redirect works only for this url
> http://lists.fakessh.eu/mailman
>
>
> fail other url
>



this sample
http://wiki.list.org/display/DOC/4.27+Securing+Mailman%27s+web+GUI+by+using+Secure+HTTP-SSL

not work on my machine
I am obliged to write a config like this


RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTPS}        off [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=permanent]
RedirectMatch  ^/mailman[/]*$  
https://lists.fakessh.eu/mailman/listinfo

RewriteRule ^/mailman(/.*)  https://%{HTTP_HOST}/mailman$1 
[L,R=permanent]



same issue as provided
only http://lists.fakessh.eu/mailman/
correctly only with ssl redirect
-- 
   http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
   gpg --keyserver pgp.mit.edu --recv-key C2626742

   http://urlshort.eu fakessh @
   http://gplus.to/sshfake
   http://gplus.to/sshswilting
   http://gplus.to/john.swilting
   https://lists.fakessh.eu/mailman/
   This list is moderated by me, but all applications will be accepted
   provided they receive a note of presentation

-- 
   http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC2626742
   gpg --keyserver pgp.mit.edu --recv-key C2626742

   http://urlshort.eu fakessh @
   http://gplus.to/sshfake
   http://gplus.to/sshswilting
   http://gplus.to/john.swilting
   https://lists.fakessh.eu/mailman/
   This list is moderated by me, but all applications will be accepted
   provided they receive a note of presentation


More information about the Mailman-Users mailing list