> Has anyone tried having two SSL certificates over the same IP on BQ?
> I dont think its possible, but doesnt hurt to ask..
I'm afraid it's just not possible due to the way that encryption works (not a BQ
limitation).
All data being sent to the server is encrypted before the browser send through
the details of which website it wants. There is no way for the system to know
to know which certificate to use as it hasn't been told the site yet (and it
can't be told the site unless the data is encrypted)!
The only way to run multiple SSL sites on a server is buy using multiple IP's OR
running them on different port numbers with the same IP. This second option
though is not supported by BQ and will require you to hack some config files around.
Dan