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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct