Questions tagged [dnsimple]
45 questions
22
votes
2 answers
Heroku Automated Certificate Management failed with one domain
I am trying to get the SSL certification for my app with Heroku, but the Automated Certificate Management is failing for one of both domain names.
I created the dyno before March 2017, so I had to run heroku certs:auto:enable as explained…

J0ANMM
- 7,849
- 10
- 56
- 90
10
votes
1 answer
Redirecting naked domain to www with DNSimple
We're using DNS simple to point our domain to our SSL-enabled Heroku app. The behavior we're seeking is as follows:
http://ourdomain.com
https://ourdomain.com
http://www.ourdomain.com
Should all permanently redirect…

Yarin
- 173,523
- 149
- 402
- 512
9
votes
4 answers
Nginx redirect http://www and naked http/https to https://www
I would like to redirect all traffic from the following domains:
http://domain.com
http://www.domain.com
https://domain.com
to
https://www.domain.com
I have a SSL certificate for the above domain. It hosts a Rails app, served by Passenger.
To…

richard
- 14,050
- 8
- 37
- 39
8
votes
2 answers
Renewing SSL certificate on Heroku
Our existing SSL certificate is about to expire, and so we're trying to install a new one. However, the instructions on Heroku are lacking...
Creating the bundle
To create the bundle, you're supposed to concatenate a bunch of intermediate cert files…

Yarin
- 173,523
- 149
- 402
- 512
7
votes
0 answers
Certbot DNS challenge with Dnsimple plugin
How can I use Certbot's Dnsimple plugin to acquire and renew automatically a certificate with DNS challenge? I can't find any examples online.
https://github.com/certbot/certbot/tree/master/certbot-dns-dnsimple

angelokh
- 9,426
- 9
- 69
- 139
5
votes
2 answers
Are naked domains on heroku still unsafe when using DNSimple's ALIAS record?
We're hosting a Rails 3 app on Heroku. Heroku suggests redirecting naked domains (example.com) to sub-domains (www.example.com) when using their service. This is because they prefer CNAMES over A records (since their IP address might occasionally…

Sky
- 4,327
- 4
- 26
- 40
5
votes
6 answers
Heroku ssl certs: Key could not be read since it's protected by a passphrase
I am having trouble generating ssl certs that Heroku will accept for secure.mydomain.com. I'm using DNSimple, Cedar Stack, and following the instructions here: https://devcenter.heroku.com/articles/ssl-certificate
Copy server.key & server.orig.crt…

Tyler
- 11,272
- 9
- 65
- 105
4
votes
0 answers
How do I redirect www request to non-www domain
I have a Django site on Heroku with Dnsimple to manage DNS. I am also using Django to force HTTPS.
I am trying to follow google protocol so that I only have one domain
https://example.com
So that if a user visits http://www.example.com or…

John Rogerson
- 1,153
- 2
- 19
- 51
4
votes
1 answer
Adding certificate for heroku app
After I have followed the instructions on heroku to add a certificate from DNSimple, I still have this error when I try to access the website:
www.web.com uses an invalid security certificate.
The certificate is not trusted because no issuer chain…

simo
- 23,342
- 38
- 121
- 218
4
votes
1 answer
Heroku - DNSimple configuration
Trying to set up SSL to work on mydomain.com. Following Heroku documentation I have managed get the SSL working on https://secure.mydomain.com. However actual endpoint created by heroku when i added the SSL is still saying
**Heroku | No such…

Benjamin
- 2,108
- 2
- 26
- 46
3
votes
1 answer
Wildcard subdomain for some but not all values on DNSimple
I have an app that is roughly fractured between a server serving front end and one serving an API. We'd like to add a wildcard to catch usernames on the subdomain and direct those to the front end server. So my URLs map like so:
Server that serves…

Tyler
- 11,272
- 9
- 65
- 105
3
votes
1 answer
Heroku SSL sometimes works, sometimes doesn't work
I configured my Heroku app with SSL Endpoint from Heroku and bought the certificate from DNSimple. When I browse to my site, sometimes it shows up with the green https:// (on chrome) and other times (like when I click the home button for some…

Justin
- 4,922
- 2
- 27
- 69
3
votes
3 answers
SSL cert untrusted by Firefox only
We purchased an SSL certificate through DNSimple and installed it on our Heroku SSL endpoint. Now navigating to the app via SSL works fine on Chrome and Safari, but Firefox shows a "This connection is untrusted" error. Why would an SSL cert be…

Yarin
- 173,523
- 149
- 402
- 512
3
votes
2 answers
Purchased and installed ssl certs but still indentified as *.herokuapp.com
I followed the instructions to the letter here -- https://devcenter.heroku.com/articles/ssl-certificate --, and they were helpful, especially since DNSimple is my registrar of choice. I got everything up and running as far as I know, purchased the…

jayroh
- 76
- 1
- 5
2
votes
1 answer
Multiple subdomains on Heroku (Rails)
I have staging.example.com, and want to have blog.staging.example.com (to test prior to blog.example.com).
In my Heroku settings, I added 'staging.example.com' and 'blog.staging.example.com' as site domains. On DNSimple, I added…

ndreckshage
- 853
- 9
- 20