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

Re: [cobalt-users] Raq4 / SSL / virtual site



As far as I know you require a separate IP for each SSL certificate... Is
this just a Cobalt thing or does it apply to SSL in general?

You should be able to get around this problem by creating symblic links from
one site to the other and using a relative url to the first site - not
necessarily the best solution (or an appropriate one), but can be easily
disguised.

e.g.

cd /home/sites/site1/web
ln -s /home/sites/site2/web site2

then https://site1/site2 should provide a secure path to site2

For some reason, for this to work, I also need to:

chown nobody site2

Anyone know why?

cb



-----Original Message-----
From: Werner Dreer <w.dreer@xxxxxxxxxxxx>


>I've a problem with my cobalt raq4, i've installed only two virtual sites
>now. One of this site has enabled SSL, when i want to enable SSL on the
>second site i get the error message "This IP address is in use as an SSL
>server by another site".
>
>I thik it must be possible to install more than one virtual sites with SSL
>and using the same ip-address. Doe's anyone know this problem and can help
>me?