How to turn off SSL on heroku
Posted
by
rockyroadster555
on Stack Overflow
See other posts from Stack Overflow
or by rockyroadster555
Published on 2012-09-03T01:06:04Z
Indexed on
2012/09/03
15:38 UTC
Read the original article
Hit count: 152
ruby-on-rails
|heroku
I'm redirecting a domain to Heroku using a cname. Currently Its working but is giving me an ssl error. Is there a way to turn off ssl on heroku?
Heres the SSL Error
This is probably not the site you are looking for!
You attempted to reach app.grewpr.com, but instead you actually reached a server i identifying itself as *.herokuapp.com. This may be caused by a misconfiguration on the server or by something more serious. An attacker on your network could be trying to get you to visit a fake (and potentially harmful) version of app.grewpr.com.
You should not proceed, especially if you have never seen this warning before for this site.
When I try to go to http://pure-chamber-1979.herokuapp.com/ it automatically redirects me to the ssl version. Is there a way to turn this off?
© Stack Overflow or respective owner