.htaccess - Mis-configured domain, causing 104 (connection reset by peer) error on heroku website -


i have misconfigured heroku website. shows error 104 (read error: connection reset peer) upon typing url , hitting enter. subsequently refreshing url couple of times makes url load correctly (some kind of fallback kicks in? - not knowingly configured any). url http://damadam.in/ (it's naked domain).

i bought domain godaddy. in godaddy's control panel have dns zone file, host www points damadam.herokuapp.com (under cname). http://damadam.in set forward http://www.damadam.in. lastly, in heroku control panel both http://damadam.in , http://www.damadam.in have damadam.herokuapp.com dns target (could last configuration problem)?

can me set thing up?

this not http response code, rather error number indicating wrong connection.

"connection reset peer" means that, on route computer final destination, node decided forcefully stop , reset connection. on configuration level don't think able this. if there kind of dns misconfiguration, not see read error, dns error instead.

make sure local network stable (e.g. connect modem ethernet cable, rather through wifi). if connection stable, try again @ later date. connections between nodes can break, , in cases not traffic might able reach intended destination. if behaviour persists through greater length of time, contact host, in case godaddy, , ask them problem. might faulty piece of equipment


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -