Search code examples
node.jsherokutls1.3

Free Heroku plan and TLS certificate


I know if I upgrade to the Hobby Plan (7$ for month) I can have it automatically.

But is there any way to set TLS certificate on Heroku free plan and how?

I'm use node js


Solution

  • I've faced a similar problem in the past so I can give you a short answer: Use cloudflare free plan. Open a free account in cloudflare, Copy the DNS. Then set the DNS in your domain service provider (godaddy or sth), then change the Cname config for the website inside cloudflare. Now you have a free certificate!