ml | 21 Jul 2012 02:12
Picon

mailman force all httpd ssl


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

--

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

  http://urlshort.eu fakessh  <at> 
  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
(Continue reading)

ml | 21 Jul 2012 03:51
Picon

Re: mailman force all httpd ssl


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

(Continue reading)

ml | 21 Jul 2012 09:10
Picon

Re: mailman force all httpd ssl

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
>
>
(Continue reading)

ml | 22 Jul 2012 04:46
Picon

Re: mailman force all httpd ssl


Le 2012-07-21 09:10, ml a écrit :
> 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
(Continue reading)

Mark Sapiro | 22 Jul 2012 20:33
Favicon

Re: mailman force all httpd ssl

On 7/21/2012 7:46 PM, ml wrote:

>> 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
> 
> 
> 
> despite my efforts during these past few days I do not manage to do what
> I want
> 
> only http://lists.fakessh.eu/mailman/ correctly redirect

So it appears that your RedirectMatch works, but your RewriteRule
directives do not. I don't offhand know why. This is an Apache question,
not a Mailman question. See <http://httpd.apache.org/docs/2.X/rewrite/>
(Continue reading)


Gmane