Elangovan Nagarajan
Elangovan Nagarajan

Reputation: 17

Heroku - How do I prevent this error?

I have made a game called kotakio (with nodejs), and have it hosted on kotakio.herokuapp.com, I now have a custom domain name, under kotak.io, but when I try and go on it, it says that my connection isn't secure, I think this is because it uses the certificate for *.herokuapp.com, as it says that the server may be trying to trick me. Is there a way for me to prevent this without having to buy the SSL Endpoint addon, as it's 20$/month, and this is only a hobby project.

Upvotes: 0

Views: 31

Answers (1)

andresk
andresk

Reputation: 2845

If you use hobby or professional dynos you could try the beta for default ssl encryption with no additional charges. Otherwise the only way to use custom domains with ssl without that warning is adding the addon...

Upvotes: 1

Related Questions