How to add SSL to subdomain that points to a different server?
Posted
by Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-06-02T14:28:52Z
Indexed on
2010/06/02
14:34 UTC
Read the original article
Hit count: 279
I don't know much about secure certificates, so please bear with me...
I've got a webserver that has a single domain SSL certificate
I also have a couple of subdomains that point to different servers.
http://www.mysite.com ( main server)
http://subdomain.mysite.com (completely different server)
I am wondering: What is the best way to add SSL to the subdomain:
Is it possible to configure something like this with a wildcard certificate? Or is it better to purchase another single-domain certificate and install it on the seperate server?
Are there any special considerations / pitfalls in doing something like this?
Thanks, in advance, for your help.
© Stack Overflow or respective owner