Heroku SSL is an SSL feature from Heroku that uses Server Name Indication (SNI), an extension of the TLS protocol, that allows Heroku to terminate SSL on its router.
Questions tagged [heroku-ssl]
15 questions
3
votes
0 answers
Changes in Heroku. How to continue having free Cloudflare SSL on free Heroku dynos?
Heroku email from today:
When an app is migrated to the new infrastructure, its default
appname.herokuapp.com, DNS records, and any haiku.herokudns.com custom
domain records are modified to point to the IP addresses of the new
routing…

Pat
- 443
- 6
- 13
2
votes
0 answers
Heroku postgres node connection timeout
I'm trying to connect to a Postgres database from my Heroku node app, which works when running locally, both through node and by running the heroku local web command, but when running it on Heroku, it times out while waiting for pool.connect
I'm…

enzoborgfrantz
- 468
- 3
- 11
2
votes
1 answer
Unable to add custom domain to my heroku app
When I try to add a custom domain to my app. It all the time give me following error. Can some one point out what wrong am I doing?
Just to clarify I have removed all ssl certificates on all my apps.
But still the error says this
Domain…

nikhil mehta
- 972
- 15
- 30
2
votes
0 answers
Heroku ACM SSL - ACM failing for non www domain
I have an existing Rails application in Heroku. I configured ACM SSL for the application this evening and everything worked fine. After an hour, I received an email stating that the ACM failed for the non "www" domain. Everything works fine for…

Srividhya
- 113
- 8
2
votes
3 answers
Custom domain which heroku forwarded to in not secure node.js
What steps do I need to take to move my normal node.js application into a state where it is secure on my custom domain? When I visit my heroku application example.herokuapp.com, the connection is secure across https://.
When I forward that heroku…

Syntactic Fructose
- 18,936
- 23
- 91
- 177
1
vote
1 answer
heroku:how to get secondary nameserver for ssl https
my hosting platform is freenom which requires two nameservers but heroku gives only on nameserver
is their a way to get secondary nameserver ?
is their a hosting platform which requires only one name server ?
i have tried installing zerigo…

Prince Hamza
- 1,090
- 12
- 21
0
votes
0 answers
mTLS - Configure Client certificate on Heroku
We have a use-case where we need to configure the client certificate for the app hosted in Heroku. This is must because we want to allow only specific client for so many good reasons. As heroku doesn’t support client certificate configuration, we…

Balwant Kumar Singh
- 1,158
- 4
- 24
- 48
0
votes
1 answer
Getting (insecure_transport) OAuth 2 MUST utilize https with CERT managed by Heroku. I have a subdomain attached pointed to Server
I'm trying to user google sheets API service, which requires an HTTPS connection. I'm getting the following error
Exception Type: InsecureTransportError at my_site/google/success/
Exception Value: (insecure_transport) OAuth 2 MUST utilize https.
I…

juju
- 884
- 1
- 9
- 31
0
votes
0 answers
Converting a Certificate Signing Request public key from ECDSA to RSA
I am working on an application hosted on Heroku that communicates with an apple system that requires SSL certificates to be in place. Apple requires that an ECC certificate be used where Heroku does not support ECC certificates - only RSA.
I am…

Chris
- 600
- 7
- 15
0
votes
1 answer
Heroku app not available via https but is available over http
Last night after I pushed my latest release to the heroku git master branch the site was available via the https://appname.herokuapp.com address. This morning when I made one small change to a CSS file and pushed it again I discovered that the site…

Bruce Altner
- 51
- 1
- 6
0
votes
1 answer
Heroku Hobby Dyno: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR, server verification OK but ALPN server does not agree to protocol
I have a simple app where the client is sending a request to join a websocket channel upon page load via a wss connection. I have deployed my app to heroku at domain my_app.heroku.com. Whenever I open my site, I get the error Error in connection…

michjo
- 407
- 2
- 17
0
votes
0 answers
Redirect to HTTPS not working Rails Heroku
I have an app that has a rails backend and react frontend. In Heroku i have two custom domain names one for the front end and one for the backend and both have SSL certificates via Heroku SSL.
In my production.rb file I have
config.force_ssl =…

rgc998
- 299
- 2
- 15
0
votes
0 answers
Amazon Cloudfront Breaks after SSL update: 502 error
So I've been using Amazon CloudFront as a CDN on my Ruby on Rails app on heroku for sometime. Today I updated my SSL certificate (comodo positivessl wildcard) and from the browser's end it looks like the the certificate is correctly…

Jarrel09
- 335
- 2
- 17
0
votes
0 answers
Java app Heroku Application Error - SEVERE: A child container failed during start
After adding a SSL certificate to my app in Heroku, it worked for a few hours, until the dynos were restarted.
Basically it was an http app, and i needed to change it to https, so all i did was adding the SSL certificate, following the heroku…

sebap
- 11
- 1
0
votes
0 answers
Heroku SSL with exceptions
I am using Heroku SSL and I need one of my Rails
controllers to not use SSL.
I tried a before_filter in my controller:
if request.ssl? && Rails.env.production?
redirect_to :protocol => 'http://', :status => :moved_permanently
end
Unfortunately,…

sscirrus
- 55,407
- 41
- 135
- 228