Re: [EMAIL PROTECTED] URI / SSL help please

2007-05-07 Thread Joshua Slive
On 5/7/07, Ryan Huff <[EMAIL PROTECTED]> wrote: I have this in my conf: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Now that code chunk kicks all :80 traffic to https (:443) I need a rule that will also kick http://www. Over to https:// If

RE: [EMAIL PROTECTED] URI / SSL help please

2007-05-07 Thread Ryan Huff
://www.whatever.com, I want it to goto https://%{HTTP_HOST}%{REQUEST_URI} -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Monday, May 07, 2007 3:36 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] URI / SSL help please On 5/7/07, Ryan Huff

Re: [EMAIL PROTECTED] URI / SSL help please

2007-05-07 Thread Joshua Slive
On 5/7/07, Ryan Huff <[EMAIL PROTECTED]> wrote: Okay I have SSL up and working just fine on Apache 2.2.4. I have my Cert for 'mydomain.com' however when people access 'www.mydomain.com' the browser says that the CA didn't issue the certificate for the domain that the browser is accessing.

[EMAIL PROTECTED] URI / SSL help please

2007-05-07 Thread Ryan Huff
Okay I have SSL up and working just fine on Apache 2.2.4. I have my Cert for 'mydomain.com' however when people access 'www.mydomain.com' the browser says that the CA didn't issue the certificate for the domain that the browser is accessing. Obviously this is due to the 'www.'. Now, I