On Wed, Jul 15, 2009 at 12:34 PM, <rank1see...@gmail.com> wrote:
> I did a redirect, that works both for http and https. But still...
> Request for domain.com just BEFORE redirect to www.domain.com,
> Issues warning in browser and in my apache error log I get line:
> [warn] RSA server certificate wildcard CommonName (CN) `*.domain.com' does
> NOT match server name!?
>
> After AND IF client ignores warning, he gets redirecteted properly
>
> What now?
> SSL cert for each, as SSL wildcard doesn't work in this case.

You need two certs.  www.domain.com and domain.com.

Redirect won't work in this case because it is done at the HTTP layer
and the SSL handshake occurs before the GET request.


-- 
Aaron Turner
http://synfin.net/
http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
    -- Benjamin Franklin

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to