Re: [Mailman-Users] Enabling SSL

2008-12-13 Thread Charles Marcus
On 12/11/2008, Rich Winkel (r...@math.missouri.edu) wrote:
> Does anyone have a recipe for redirecting http: connections to
> https?

Apache?

Was that a trick question?

-- 

Best regards,

Charles
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Enabling SSL

2008-12-12 Thread Mark Sapiro
Rich Winkel wrote:

>On Fri, Dec 12, 2008 at 01:24:44PM -0800, Mark Sapiro wrote:
>> Rich Winkel wrote:
>> >Does anyone have a recipe for redirecting http: connections to https?
>> 
>> If you're talking about for Mailman, see the FAQ at
>> .
>
>Yes, thanks, that's part of what I was looking for.  Unfortunately
>this page doesn't address the apache rewrite issue, but here's
>something that works for me with apache 2.2.  Edit httpd.conf and:
>
>
>RewriteEngine on
>Options FollowSymLinks ExecCGI
>AllowOverride None
>Order allow,deny
>Allow from 128.206.184.195
>RewriteCond %{SERVER_PORT} !^443$
>RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
>


I added a Mailman specific example to the FAQ

RewriteEngine on
RewriteCond %{HTTPS}   off [NC]
RewriteRule ^/mailman(/.*) https://%{HTTP_HOST}/mailman$1
[L,R=permanent]

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Enabling SSL

2008-12-12 Thread Rich Winkel
On Fri, Dec 12, 2008 at 01:24:44PM -0800, Mark Sapiro wrote:
> Rich Winkel wrote:
> >Does anyone have a recipe for redirecting http: connections to https?
> 
> If you're talking about for Mailman, see the FAQ at
> .

Yes, thanks, that's part of what I was looking for.  Unfortunately
this page doesn't address the apache rewrite issue, but here's
something that works for me with apache 2.2.  Edit httpd.conf and:


RewriteEngine on
Options FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from 128.206.184.195
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]


I found this at the bottom of:
http://www.whoopis.com/howtos/apache-rewrite.html

Rich

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Enabling SSL

2008-12-12 Thread Mark Sapiro
Rich Winkel wrote:

>Does anyone have a recipe for redirecting http: connections to https?


If you're talking about for Mailman, see the FAQ at
.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Enabling SSL

2008-12-12 Thread Grant Taylor

On 12/11/2008 05:18 PM, Rich Winkel wrote:

Does anyone have a recipe for redirecting http: connections to https?


This is out side the scope of Mailman as it its self is not a web server.

What web server are you using?  If you are using Apache (with 
mod_rewite), it is trivial to do the redirect(s).




Grant. . . .
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Enabling SSL

2008-12-12 Thread Rich Winkel
Does anyone have a recipe for redirecting http: connections to https?

Thanks,
Rich

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9