I've created a flask app and hosted it on Heroku. I then followed the heroku documentation on connecting the custom domain, as per link: https://devcenter.heroku.com/articles/custom-domains.
I added the custom domain of my app to heroku (*.cfoskillset.com) and created a CNAME record on Godaddy with the DNS target that Heroku generated. I waited for about 20 minutes. However, the doain is not working. I am getting an error message: "NET::ERR_CERT_COMMON_NAME_INVALID" and chrome is saying the connection is not secure.
I searched Stack Overflow for other questions on this, however, none of the replies or solutions worked for me.
What am I doing wrong?
heroku custom domain
goddady dns settings
Related
Currently I am using Herokuapp to host my web application which is basically a personal website. With the default heroku given domain, its working properly. But whenever I am addiding the custom domain to my app (also adding CNAME for DNS target in my DNS registrar (which is Infomaniak.com), it does not work. I have tried everything (also waiting for more than a day to check if the app shows up in my custom domain) but was unable to do it until now. I have tried support from Infomaniak as well but did not work. Did anyone else face this issue and can anyone help me in this regard?
I want an application hosted one heroku to be reachable through the api subdomain.
The issue is that when i reach the website, I get a Not Found error message. Calling the url has no impact on the logs so I know the application is not reached.
By reading other issues on stack overflow, I can see that many people did not properly add the custom subdomain but I don't think that's the issue here. I created the subdomain through heroku's web interface.
If I run this in my terminal
$ heroku domains -a myapp
I get the following result
=== stickyhabitsapi Heroku Domain
myapp.herokuapp.com
=== stickyhabitsapi Custom Domains
Domain Name DNS Record Type DNS Target
api.stickyhabits.app CNAME mydnstarget
The DNS is managed by netlify. With their interface, I created a CNAME pointing to the DNS target supplied by heroku. Any Idea what might have gone wrong ?
I am trying to connect my godaddy in my heroku app. I have tried all things, I have updated the CNAME to www, website.herokuapp.com and I have also update the A records to
#: 75.101.145.87
#: 75.101.163.44
#: 174.129.25.170
I have also updated the naked domain by forwading it.
It is showing OK in heroku ACM status next to the domain but when opening in browser, it's throwing SSL error.
NET::ERR_CERT_COMMON_NAME_INVALID
I have tried and followed multiple threads but no luck. Any help will be appreciated. Thanks
im having a problem with Heroku and Zerigo DNS.
Im using Zerigo to make DNS work on heroku, the problem began when i delete the app to rebuild all my web site.
Once i delete and rebuild i couldn't install Zerigo DNS to the new app. The problem is even worse because my domain still works!
As you guys can see, when you access http://www.estatisticaslotofacil.com.br, you are redirect to a web site. This site is hosted on heroku using Zerigo DNS.
But i dont install Zerigo to this new app, because it keeps giving me this message:
! could not create zone; already registered on Zerigo to a different account?
Can someone help solve this?
I'm trying to setup a custom domain for my Heroku Cedar stack app, but it's not working.
I've tried entering 'host www.mydomain.com' command' in Terminal, but it yields no output.
I've already changed my DNS settings and added a 'CNAME' host: www, direct to: my domain.herokuapp.com but still it's not working.
What could I be doing wrong here???
Thanks,
Faisal
The fact that you're not getting any results in terminal for host then the problem lies with your DNS settings - it sometimes takes a while for updates to propogate across the internet, I usually allow for 24 hrs to be sure. If it still doesn't work then you should get in touch with your DNS host.
You also have to add domain entries to your Heroku app:
heroku domains:add yourdomain --app yourapp
The "-app yourapp" is not required if you are in the root directory of your Rails app.
You can repeatedly add more than one domain to your Heroku app.
Here is an article about adding custom domains and DNS setup, at the Heroku Dev Center:
https://devcenter.heroku.com/articles/custom-domains