[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] SSL cert on home site affects all sites
- Subject: [cobalt-users] SSL cert on home site affects all sites
- From: "Robert Fitzpatrick" <webmaster@xxxxxxxxxxx>
- Date: Wed Aug 29 06:08:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I have scoured the archives for a solution, is there none? I'm sure most
know when you generate an SSL cert for the home site, all accesses to
http://www.customerdomain.com/siteadmin and
http://www.customerdomain.com/personal are set to access via the home site
cert via the Cobalt configuration of the httpd.conf file. The problem being
the name on the cert does not match and the customer will be warned of this
when accessing siteadmin or personal.
The only thing I have been able to do is change this line in the httpd.conf
file:
$rewrite_rules =~ s/servername/%1/g;
To this line:
$rewrite_rules =~ s/servername/home.site.domain/g;
That just sends them to the home site with the SSL cert so the name matches.
So when someone goes to http://www.customerdomain.com/personal, they will
end up at https://home.site.domain:81/.cobalt/personal/index.html instead of
https://www.customerdomain.com:81/.cobalt/personal/index.html, which
produces the warning. Does anyone know if this will screw anything up?
Thanks
--
Robert Fitzpatrick