PDA

View Full Version : Addon domain and SSL


frelonfrelon
05-13-2007, 10:15 AM
Hello all,

i've got a question about SSL and subdomains.

I have a main domain named aaa.com and a subdomain named bbb.com.

When I type the address httpS://www.bbb.com , it redirects me first to the wellknown BH webpage entitled "no website configured for this address" and I finally land on the address : http://bbb.aaa.com.

Is there a way to configure my account so that httpS://www.bbb.com redirects really to the address httpS://www.bbb.com and not to http://bbb.aaa.com ?

I guess the first thing to do is to generate my own private/public key instead of using the default BH one but I still don't understand where one can parameter the SSL redirections (ie. the apache ssl.conf file).

Thanks in advance !

--
frelon

areidmtm
05-13-2007, 11:12 AM
No. Addon domains, which are set up as subdomains cannot not use https with its own name. Only the main domain can do that. If you need the addon domain to have SSL then you will have to contact support and they can make it your main domain. If you really want to use SSL, you will then have to buy an SSL cert. and a dedicated IP address

frelonfrelon
05-13-2007, 11:15 AM
OK, thanks for the info.