Re: [us...@httpd] RewriteCond question

2010-02-19 Thread John Oliver
On Fri, Feb 19, 2010 at 09:53:11PM +1100, Martin Barry wrote: > $quoted_author = "James Smallacombe" ; > > > > > >Nope... https://www.domain.gov/ still gives a certificate error. > > > > Interesting...in my case, it works perfectly redirecting between two > > different ssl certificate virtual host

Re: [us...@httpd] RewriteCond question

2010-02-19 Thread Martin Barry
$quoted_author = "James Smallacombe" ; > > > >Nope... https://www.domain.gov/ still gives a certificate error. > > Interesting...in my case, it works perfectly redirecting between two > different ssl certificate virtual hosts. However, both of my certs > are valid...is it possible that the certif

Re: [us...@httpd] RewriteCond question

2010-02-19 Thread Tom Evans
On Fri, Feb 19, 2010 at 12:29 AM, James Smallacombe wrote: > On Thu, 18 Feb 2010, John Oliver wrote: > >> On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: >>> >>> On Thu, 18 Feb 2010, John Oliver wrote: >>> I'm dealing with a site that is accessed via https://domain.gov  The

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread James Smallacombe
On Thu, 18 Feb 2010, John Oliver wrote: On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: On Thu, 18 Feb 2010, John Oliver wrote: I'm dealing with a site that is accessed via https://domain.gov The certificate is for "domain.gov" I akready have a working rule to catch http:

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: > On Thu, 18 Feb 2010, John Oliver wrote: > > >I'm dealing with a site that is accessed via https://domain.gov The > >certificate is for "domain.gov" I akready have a working rule to catch > >http://domain.gov/ and rewrite to htt

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread James Smallacombe
On Thu, 18 Feb 2010, John Oliver wrote: I'm dealing with a site that is accessed via https://domain.gov The certificate is for "domain.gov" I akready have a working rule to catch http://domain.gov/ and rewrite to https://domain.gov/ I also got http://www.domain.gov/ caught and rewritten with:

[us...@httpd] RewriteCond question

2010-02-18 Thread John Oliver
I'm dealing with a site that is accessed via https://domain.gov The certificate is for "domain.gov" I akready have a working rule to catch http://domain.gov/ and rewrite to https://domain.gov/ I also got http://www.domain.gov/ caught and rewritten with: RewriteCond %{http_host} ^www\.domain\.go