Do I need to create SSL for subdomain too?
Hello,
I am trying to create subdomain. Right now my subdomain is landing on same page as domain. I was wondering, do I need to create SSL Certificate for subdomain too?
2 Replies
If your cert is a wildcard cert, then no. If not, yes. However, your problem sounds like you don't have DNS for your subdomain configured correctly. I'd get that working first (without SSL).
-- sw
I got it fixed. If I remember correctly problem relied in web server config. I had setup web server with port (port 80 maybe) that goes for HTTP, but as I had everything redirected to HTTPS (port 443, not sure) it had no web server for that and when server is not found it displays domain page by default.