How to not redirect http calls to https in render

As part of my web app I am issuing SSL certificate to the user who has his domain pointed towards my domain (using CNAME). Now for issuing certificate I need to upload a verification file to my server but the problem is that file is not accessible using users domain because his domain does not have https and render is redirecting http call to https. How to go about this problem?

Hi there,

Thanks for reaching out.

Disabling the HTTP to HTTPS redirection isn’t possible.

I also don’t think you’d be able to do what you’re describing. You could add your user’s custom domain to your Render service, and that would issue the domain a certificate as long as the DNS settings are reaching Render.

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.