[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL certificate of server site used for all siteadmin sites?



In your hhtp.conf file find the line thats says this
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/siteadmin/?$
proto://servername:81/.cobalt/siteManage/%1/index.html [L,R]

and change to this

RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/siteadmin/?$
proto://www.loffs.com:81/.cobalt/siteManage/%1/index.html [L,R]

Billy KImbler
Sierra Promotions


(George says this
However, for other sites on the same box, site administrars get a
security warning on their browwser, as the RAQ attempts to use the
www.loffs.com certificate for SSL protection of their admin pages. For
instance, if one goes to http://www.clusterware.com/siteadmin/ the
Internet Explorer browser pops up an ugly warning. The user can bypass
it easily, but it's still kind of ugly ("the name on the security
certificate does not match the name of the site").