The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
533 views

How can I remove the security/malicious user warning from my website?

I have a domain name tradespring.net, and www.tradespring.net that redirect to my heroku app with a CNAME record. However when I first try to access these sites it gives me a malicious warning This ...
1
vote
1answer
186 views

DNS forwarding used to point godaddy DNS to heroku app: this doesn't work from a corporate network -why?

My domain on Godaddy is set up with DNS forwarding to the heroku app. This works fine from all the internet connections I've tried except for the one at work. How can I troubleshoot this issue? Is it ...
1
vote
1answer
347 views

SSL is not enabled in Heroku

Since Heroku has integrated the piggybank_ssl addon by default, trying: heroku addons:add piggyback_ssl or heroku addons:add ssl:piggyback results in: ! This add-on is now a standard ...
0
votes
0answers
62 views

Heroku serving up error page, with no errors in the logs

I'm having some trouble deploying my app to Heroku. I am using Ruby and Sinatra, no Rails. Every time I try and navigate to a page, it serves up the error page, but the logs show no errors or anything ...
0
votes
0answers
26 views

Cloud proxying service

I have an app that mashes up images from Bing image search, it's hosted on Heroku written in rails. The app is client side in javascript, so the mashup is done on an html5 canvas - this means though ...