Questions tagged [dnsimple]
45 questions
2
votes
1 answer
Routing Zone Apex Domain to Amazon Cloudfront
Is it true that to route a zone apex to Cloudfront, I must use Amazon's '53' DNS service?
This is a pretty surprising limitation. If there's no alternative, I have to move DNS services and change SSL certs.
For example:
dev.myapp.com ---- CNAME…

SimplGy
- 20,079
- 15
- 107
- 144
1
vote
1 answer
Issues writing response actions in firebase functions
I have a function in index.js and I'm trying to resolve an account id from a response on an API. The original response is the following:
{
"data": {
"user": null,
"account": {
"id": 865,
"email":…

Mitch Evans
- 301
- 4
- 17
1
vote
1 answer
Uploading SSL Certificate to IAM for Cloudfront
There's tons of Cloudfront questions out there, however the Googling for possible problems still amazes me. Here's mine...
What I'm currently attempting right now is to upload an SSL cert to IAM so I can use a custom domain name for Cloudfront (e.g.…

BenMorganIO
- 2,036
- 17
- 37
1
vote
0 answers
SELF_SIGNED_CERT_IN_CHAIN: Heroku nodeJS with paypal integration
I have have an application running on heroku built with NodeJS
Application has Paypal integration with Paypal REST SDK
For some reason sometimes after calling the paypal sdk methods I getting error with "SELF_SIGNED_CERT_IN_CHAIN" message.
Also…

Gevorg Harutyunyan
- 56
- 4
1
vote
1 answer
Heroku Redirect from www to non www
I've just set up my custom domain on Heroku. I would like to redirect from www to non www.
The Domain Names I have set on Heroku are:
example.herokuapp.com
www.example.com
example.com
I'm using DNSimple. I have the following settings (in the form…

ECsAUtaVku
- 405
- 1
- 3
- 14
1
vote
1 answer
Heroku Comodo SSL and it not working?
I purchased, this morning SLL certificates from Comodo (via DNSimple) and have been trying to get it to work on my domain. Sigh. Not having a lot of success.
The certificates I have are listed in the email from Comodo as:
Root CA Certificate -…

Darren
- 1,682
- 1
- 15
- 33
1
vote
1 answer
Root Domain Not Redirecting DNSimple
I currently have my application hosted on Heroku using an SSL. I purchased my SSL and setup the SSL endpoint and all works well using DNSimple.
The issue I am having is getting my root domain to redirect to my sub domain.
Currently our application…

RubyNewbie
- 547
- 5
- 21
1
vote
1 answer
How to add valid SSL to heroku custom damoain
I need to add SSL to my heroku custom domain. I have done through a wide variety of keys/crts/pems etc. All I want to do is have SSL on a heroku wildcard custom domain.
I bought a wildcard ssl certificate. I have a plan on DNSimple.com, and now I…

OneChillDude
- 7,856
- 10
- 40
- 79
1
vote
1 answer
Adding SSl using Rapidssl heroku DNSimple rails app
I'm following this tutorial and have read these issues but am still getting stuck configuring my purchased ssl certificate correctly. I'm getting hung up after running the command from step 5 in the tutorial referenced above and getting a
! App…

computer_smile
- 2,117
- 2
- 24
- 42
0
votes
2 answers
Static GCS Website bucket and http root domain not workiing
I created a GCS bucket www.example.com and have setup a CNAME record with my DNS provider (DNSimple) to point at c.storage.googleapis.com. I can now access my domain with www but also want to make the root domain point at the bucket. Reading…

jimmy
- 4,471
- 3
- 22
- 28
0
votes
0 answers
How i can parse a string from every domain?
I'm new to python scripting and got some task.
I need to write a script that will make a GET request for all domains, parce the EXPIRES_ON date, compare with the current date, and if there is less than a month left, extend it by 1 year with a POST…

Vladyslav Tkachuk
- 11
- 4
0
votes
1 answer
Configure CNAME for a heroku app with subdomains
Currently i have an app on Heroku with a wildcard subdomain working like this:
client1.myapp.com, client2.myapp.com, ...
This is working fine.
Then, i'd like that each client can access this apps using their own personal domains. So, testing this on…

dmarcos89
- 59
- 2
- 10
0
votes
1 answer
Parsing the subdomain from incoming DNS requests for Heroku Review Apps
Background
I'm using Heroku's Review Apps feature. It deploys a new app instance for each github pull request opened, and assigns it a unique URL of the format
my-app-pr-1234.myapp.herokuapp.com
My app makes heavy use of subdomains, which Heroku…

user2490003
- 10,706
- 17
- 79
- 155
0
votes
0 answers
Django not found : / with a View on set on it for non www?
I'm running a Django app on Heroku using Dnsimple to point the domain to heroku. When I load http://example.com or https://example.com I get
"Not Found
The requested URL / was not found on this server."
I get the following log in my logs…

Brad-
- 56
- 4
0
votes
1 answer
Wordpress blog from godaddy running on subdirectory
I have a rails app with a domain likemyapp.com running on heroku with the domain nameservers at DNsimple.com I want to create a wordpress blog hosted on GoDaddy. I found an article to do this (kinda) at…

SupremeA
- 1,519
- 3
- 26
- 43