ruby on rails - How to remove an SSL redirect on Heroku and Godaddy -


i have heroku app uses godaddy managed domain name. last year set ssl certificate on app , redirected https:// using cname section of godaddy domain panel. worked perfectly.

this year ssl certificate has come renewal, , i'm no longer actively using app don't want pay ssl cert or heroku ssl functions. still want app work, stands google chrome protecting me visiting site ssl cert out of date/invalid.

i've switched off ssl features on heroku , want point cname non-https address in godaddy control panel, when run heroku domain:add www.mysite.com still gives me following:

configure app's dns provider point dns target kyoto-9249.herokussl.com 

this still pointing https:// address, , throwing same error. documentation on (unsurprisingly) how add ssl certs app, nothing tells me how remove it. can me understand i'm doing wrong , how can rid of please?

if run heroku certs:remove should see "removing ssl endpoint..." - should present non-ssl endpoint again , able add custom domain.

this won't stop heroku billing ssl module, however, have remove too.


Comments