I'm looking for some advice on how best to workaround the following issue...
Scenario: Customer has a plan with a number of addon domains and wants an SSL certificate for one of them. Lets say he has three domains...
domain1 (primary)
domain2 (addon)
domain3 (addon)
He wants an SSL cert on domain2 - so we give his account an IP address and install the certificate on domain2 for him.
A visitor goes to https://domain1 or https://domain3 in a browser and is correctly given a certificate warning, that the certificate doesn't match the domain. When the visitor chooses to accept the certificate and continue, the site displayed is the one for domain2 and not domain1 - however domain1 is displayed in the address bar.
I guess this happens because the web server sends the visitor to the root path of the certificate?
A customer has complained - he doesn't want any of his domains displaying the content of another - he argues that the visitor did not request the content of domain2 so this should not be displayed.
I've suggested that he work around this by using mod_rewrite to send the visitor to http whenever https is requested for his other domains. He's not happy with that and wants a more permanent solution.
So my question is - other than moving his certificate domain to a hosting plan on its own, Is there a better way to work around this issue?
Scenario: Customer has a plan with a number of addon domains and wants an SSL certificate for one of them. Lets say he has three domains...
domain1 (primary)
domain2 (addon)
domain3 (addon)
He wants an SSL cert on domain2 - so we give his account an IP address and install the certificate on domain2 for him.
A visitor goes to https://domain1 or https://domain3 in a browser and is correctly given a certificate warning, that the certificate doesn't match the domain. When the visitor chooses to accept the certificate and continue, the site displayed is the one for domain2 and not domain1 - however domain1 is displayed in the address bar.
I guess this happens because the web server sends the visitor to the root path of the certificate?
A customer has complained - he doesn't want any of his domains displaying the content of another - he argues that the visitor did not request the content of domain2 so this should not be displayed.
I've suggested that he work around this by using mod_rewrite to send the visitor to http whenever https is requested for his other domains. He's not happy with that and wants a more permanent solution.
So my question is - other than moving his certificate domain to a hosting plan on its own, Is there a better way to work around this issue?