The shared hosting company told me that if I buy an IP address then it will be applicable for the addon domains too. What does it mean? Then the SSL certificate won't work since there will be more than 2 domains in one IP (if I add an addon domain)? If the SSL certificate works with one IP where is hosted two different domains then why it does not work on a shared host?
|
feedback
|
migrated from stackoverflow.com May 18 '11 at 0:59
This question came from our site for professional and enthusiast programmers.
|
Yes, you need a dedicated IP address for your SSL certificate. The following article explains exactly why: The key paragraph is:
There is a way to use SSL certificates with host headers on a shared IP address, but you still need to get that first IP address:
When your hoster says "then it will be applicable for the addon domains too.", what they mean is either you can you use:
| |||
|
feedback
|
|
RFC 4366 permits virtual hosting for SSL and is pretty old and well supported nowadays See http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI for a pretty in-depth explanation. | |||
|
feedback
|
|
It depends on the server software. IIS 7 supports hosting multiple SSL enables sites on the same IP address. | |||
|
feedback
|
|
There are several kinds of server SSL certificates including those that work for a single server, those that can be used for an entire domain of servers (so-called 'wildcard' certs) and those that work across multiple domains. Be very careful which cert you buy as it will limit how you can scale. FYI: Certificate authorities (the companies that issue certs) do not like to issue domain-wide or multi-domain certs as they view them as a loss of revenue. (Why issue 1 cert for an entire domain at $x when you can issue 5 certs for $5x?) but if you press themy, you can usually get them to issue you a domain-wide cert. | |||
|
feedback
|
|
It means that all domain hosted by you will assign your IP. But you can restrict host to set IP only for specific domain. SSL certificate secured applied on domain but domain should be on dedicated IP. Some SSL certificate also can secure multiple domain like geotrust multidomain ev. On shared hosting there are multiple domain on same hosting so your IP also hosting some other client's domain. So it is not secure thats why it will not work. | ||||
|
feedback
|
