[EMAIL PROTECTED] Re: rewrite + ssl

2006-12-03 Thread Georges Villot
Boyle Owen wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Georges Villot Sent: Wednesday, November 29, 2006 5:50 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] rewrite + ssl Hi, I'm trying to rewrite all HTTP calls to HTTPS, except for the default

[EMAIL PROTECTED] rewrite + ssl

2006-11-29 Thread Georges Villot
Hi, I'm trying to rewrite all HTTP calls to HTTPS, except for the default page. So I wrote in the apache config: RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/$ - [S=1] RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R] it works, except that the SSL certificate is sent anyway, what I would