Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 78679 invoked from network); 19 Dec 2007 09:16:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2007 09:16:29 -0000 Received: (qmail 45980 invoked by uid 500); 19 Dec 2007 09:16:08 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 45959 invoked by uid 500); 19 Dec 2007 09:16:08 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 45924 invoked by uid 99); 19 Dec 2007 09:16:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 01:16:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [81.17.40.123] (HELO e-tunity.com) (81.17.40.123) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 09:15:54 +0000 Received: by e-tunity.com (Postfix, from userid 1009) id 3DC8E5D19B; Wed, 19 Dec 2007 10:15:45 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by e-tunity.com (Postfix) with ESMTP id 1B69748FA6 for ; Wed, 19 Dec 2007 10:15:42 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <4767FA5D.6090404@onyourmark.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1EA4DB59-2B2D-4C8F-BA04-E6E98E664A1B@e-tunity.com> Content-Transfer-Encoding: 7bit From: Karel Kubat Date: Wed, 19 Dec 2007 10:15:42 +0100 To: users@httpd.apache.org X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on e-tunity.com X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.8 required=3.4 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 Subject: Re: [users@httpd] Redirect issues for SSL sites -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Ryan, > On Dec 18, 2007 11:50 AM, Ryan Klein wrote: >> I am having an issue redirecting a domain, twice? The general >> layout is >> I have www.domain.com and domain.com redirect to https:// >> domain.com, the >> problem I am having is how to have https://www.domain.com redirect to >> https://domain.com without giving a certificate error saying the >> certificate is for domain.com and _not_ www.domain.com? Thank you for >> any help on this. You might want to try to get a certificate for "*.domain.com" (a wildcard certificate). Most browsers will accept that as a wildcard format, and won't nag in the switch. I am not sure though that "*.domain.com" matches "domain.com" (ie., I'm not sure that the wildcard matches 'nothing'). You might want to Google this, or simply try it out with a self-signed certificate. I use this wildcard certificate approach succesfully for www.mydomain.com, static.mydomain.com, images.mydomain.com etc. Hope this helps, -- Karel Kubat / M +31 6 2956 4861 (+31 6 AWK 6 HUM 1) From the Oneliners Collection: Why buy shampoo when real poo is still free? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFHaOE+23FrzRzybNURAn5jAJ99baYKo0ws0nafltGc6GMXfiSEeACgq0Am cPyhP/8lJU6lMG/j+cOCchQ= =5jde -----END PGP SIGNATURE----- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org