I am trying to have a sub-domain, however it’s asking me to acquire SSL certificate.
sub-domain is www CNAME nervous-turing-13afa8.netlify.app.
I’ve used Netlify to deploy www.erugogada.com
Where can I obtain the SSL to use on the sub-domain?
hi there, this should happen automatically for the www subdomain, but any dns changes do take some time to be visible worldwide.
I recommend you check back in 24hr, and let us know if it is still not loading for you. Remember to always try in an incognito window so you see a fresh version, not a cached one.
Hey, thanks for the reply.
It currently redirects to the desired domain, however if I have https:// in front of www, it shows that the site can’t be reached. Is there a way to solve this issue?
thanks
as i said, i think it just needed a little more time:
can you try again in an incognito window please if you are still seeing an error?
Thanks for the reply!
I’ve tried in an incognito mode, but no help =(
So I’m trying to re-route from https://www.jinkyukang.com to https://www.erugogada.com
When I access the www.jinkyukang.com url without http secure, it re-directs, but with http(s), it shows
Hey @rtdk0324,
Cool site!
I think I understand what’s happening. erugogada.com is set up with Netlify DNS and working correctly ![]()
But www.jinkyukang.com is not set up with Netlify DNS. To get www.jinkyukang.com to point to this Netlify site: nervous-turing-13afa8.netlify.app, you have several options:
- delegate your domain to Netlify for this domain: www.jinkyukang.com, and then renew the SSL certificate for https://nervous-turing-13afa8.netlify.app with the new domain added
- create a new Netlify site with www.jinkyukang.com as the custom domain, and add a redirect rule at that site to https://nervous-turing-13afa8.netlify.app. That would look like:
# this file is called _redirects and is deployed in your published directory
/* https://nervous-turing-13afa8.netlify.app 200!
Let us know if have follow-up questions about this!
@jen thanks for the reply!
I tried the second method you suggested and decided to create a _redirects file and add in
redirect rules to redirect from https://www.jinkyukang.com/* https://www.erugogada.com 301
and it works like a charm!
Thank you!!

