I have set up the site https://ag-labs-poker.netlify.app/ to be accessible from a subdomain that I own, poker.ag-labs.io. The main domain is registered to another netlify site and works as expected, all hits on http are redirected to https.
However on the new site accessible from the subdomain there is no automatic redirect from http to https, is this something I have missed on the netlify side or on the side where I purchased the domain?
Hey @AG-Labs,
Could you please share the Netlify URL where you’re seeing HTTP? Sounds like maybe there was an problem provisioning or extending your SSL certificate, as we do force HTTPS on all connections. Thanks!
I believe so, I added the c name for the subdomain, attached the Netlify dns setup here.
Looking in GoDaddy I cannot add records because “the name servers aren’t managed by us” but I can add forwarding with masking if that is the only way to do this.
If you are still seeing failing redirects, we need to be able to track the HTTP response with this issue. The simplest way to do this is to send us the x-nf-request-id header which we send with every HTTP response.
There more information about this header here:
If that header isn’t available for any reason, please send the information it replaces (or as many of these details as possible). Those details are:
Thank you Luke
Tested that curl command and got the same response.
Tested a different machine on the URL and it worked, might have messed up my local machine in some way.