Questions tagged [google-domains]

32 questions
7
votes
1 answer

Adding a subdomain on Google Domains

I'm trying to create a TXT DNS record with name _acme-challenge.www on Google Domains to allow me to validate my DNS (i.e. via _acme-challenge.www.example.com). I've already validated the domain itself; but want to validate the www subdomain so I…
4
votes
1 answer

What are the downsides of enabling DNSSEC for your website? (Hosted at a shared web host.)

I own a domain name via Google domains and my website is hosted as a shared account with Dream Host. I see that both provide DNSSEC vs old DNS. I was thinking to enable it. But before I do so, I was wondering what are the downsides of enabling…
2
votes
0 answers

Google Domains: How to correctly set up a subdomain with an AWS EC2 URL (or IP address)

I am attempting to set up a simple api subdomain (api.example.com) on my site and am unable to figure out how to do this on Google Domains. I feel as though I have attempted every possible combination of records and hosts. I am hosing my API on port…
gdomain
  • 21
2
votes
0 answers

AWS EC2 + Google Domains: Paths not getting converted

I am hosting a Python Flask web app on AWS EC2 and am mapping this AWS URL (http://myappname-env.abcxyz.us-west-2.elasticbeanstalk.com) to a domain on Google Domains (example.com). I have the A and CNAME records on the DNS page. When I go to…
VRA
  • 21
2
votes
1 answer

Pointing google domain subdomain at an aws api-gateway API

I have a google managed domain, and a lambda based api in aws api gateway. I want to create a sub domain that points to api gateway. I created an ACM Certificate using aws certificate manager. This included creating CNAME credentials, which were…
JRogerC
  • 123
2
votes
1 answer

Pointing a subdomain to a cloud run instance

I've successfully setup my first Cloud Run environment and am wanting to use my domain to point to the cloud run site. The provided url is verbose.run.app and I want my domain subdomain.example.com to point to this address. I have tried using a…
2
votes
1 answer

Connecting GCP VM instance to Google Domain

I am trying to connect a domain name I got from Google Domains to a Google Cloud Platform VM instance. My domain is .dev and when I tried nslookup and dig trace, they are already pointing to the right IP address. Accessing the website using this IP…
2
votes
1 answer

Link GCP Cloud DNS with Google Domains

I’ve got my cluster running in GKE with cert-manager handling my certs, being validated by “LetsEncrypt”. cert-manager generates new certs every 3 months and publishes the _acme-challenge records to Cloud DNS in my GCP project, but my domains are…
1
vote
0 answers

Using HSTS with Sub Domain Forwarding

Scanning a website using https://observatory.mozilla.org gives me the following error: Initial redirection from http to https is to a different host, preventing HSTS. Question Is this a genuine issue with my setup, or a bug in the tool where it's…
JohnLBevan
  • 1,408
  • 9
  • 28
  • 57
1
vote
1 answer

GCP DNS confusion with Google Domains

I am on Google Cloud Platform and using Google Domains with Google Mail. I enabled Google Cloud DNS API, set up Networking - Cloud DNS - Record Sets. I assume both of the Domain Name Servers should be the same, but when I change the values either…
1
vote
1 answer

Nginx: Accessing website by domain name will throw ERR_TIMED_OUT

Steps I did: I've Debian VPS and I've bought domain "marek-prusa.dev" on Google Domains. Steps how I configured my webserver with domain name "marek-prusa.dev". I've created marek-prusa.dev file in /etc/nginx/sites-available/. Then I've put this…
1
vote
1 answer

Google Domains and GCP accounts

I recently transferred a domain from Yahoo to Google. I have an environment set up on Google Cloud Platform and (perhaps naïvely) thought I could manage the domain there. the instructions I found, turns out were for Google Domains (which…
ekkis
  • 159
1
vote
3 answers

How to map Google Domains domain name to Google Cloud Run project ? I can't make 'www' work

I've purchased a Google Domains domain name and try to map my Cloud Run project to it. To do so, in my Google Domain account, I added in the "DNS Settings" page, under custom resource records, two records: @ A 1h xxx.xxx.xx.xx (ip that I got from…
kaycee401
  • 39
  • 1
  • 3
1
vote
3 answers

Static website I am hosting cannot be reached and the server IP cannot be found

I recently used Google Domains to register a domain and have connected it to Google Cloud Console to manage a static website. I followed the Google Codelabs guide to set it up and faced no issues. However, when refreshing my website, it still…
0
votes
1 answer

Google Domains & Hetzner

I have a server with Hetzner, and a few domains with Google Domains. I have an Apache server running on port 80, and a Node server running on port 8080. If my server's IP is 192.0.2.4 and my domain example.com, I want to setup Google Domains so…
1
2 3