google-domains

AWS SSL Configuration with google doamin

点点圈 提交于 2019-12-25 01:46:02
问题 I have problem with aws SSL configuration with google domain. Follwing is the configuration my website have. www.abc.com Google domain myloadbalancer-XXXXXX.elb.amazon.com aws load balancer I have created SSL certificate on ACM as shown in image attached AWS ACM screenshot Then i create loadblancer with Lister HTTPS and pointed to HTTP 80 port (EC2 instance on which website is running) Screen shot of AWS load balancer My google domain abc.com is pointing to loadbalancer url Problem is when i

How to host a static website on google cloud storage?

家住魔仙堡 提交于 2019-12-24 15:10:13
问题 So, I've spent about 5 days searching for an answer here and on Google Docs, including having one of their support people help me. My domain still doesn't resolve to the website. For the record, the website works if I use the ugly url (http://storage.googleapis.com/7thgradeplay.org/index.html). I have transferred the domain to google domains, days ago. I have verified the domain with Google Search Console. Billing is enabled and accruing. Public_html is set on all files and folders. I am

Google Domain - How to remove/disable default domain after adding custom domain?

不问归期 提交于 2019-12-24 07:00:06
问题 I have added custom domain in firebase hosting and still I am able to access the default domain created by firebase. I want to remove that default domain for SEO perspective. How do we remove it? 回答1: firebaser here There is no way to remove the *.firebaseapp.com domain from your Firebase Hosting app. 来源: https://stackoverflow.com/questions/45058710/google-domain-how-to-remove-disable-default-domain-after-adding-custom-domain

How to mask URL redirect with Google Domains

五迷三道 提交于 2019-12-23 09:41:58
问题 On Google Domains, I own www.example.com . I also have hosting for free at www.university.com/~myname . I want to be able to forward www.example.com to www.university.com/~myname , but I want the domain to still show as www.example.com . I also want www.example.com/something/something.txt to forward to www.university.com/~myname/something/something.txt , with the URL still showing www.example.com/something/something.txt . How can I do this? (I know this question exists, but the settings page

Unsuccessful in using Automated Certificate Management for domains hosted on Google Domains

风格不统一 提交于 2019-12-21 09:27:12
问题 I've followed Heroku's Automated Certificate Management instructions for generating an SSL certificate via LetsEncrypt (kudos to LetsEncrypt and heroku!!) for my Ruby Sinatra app but generation of the SSL certificate for my custom domain is failing. After activating automated certificate management, the heroku domain name for my app changes from *.herokuapp.com to *.herokudns.com, as expected. I've updated my Google Domain records accordingly, however Google Domain doesn't allow the domain

AWS API Gateway not working with custom domain

烈酒焚心 提交于 2019-12-12 16:46:56
问题 I've created an expressjs api and hosted in AWS lambda with an api gateway for the same. It is working fine as expected with the url: https://[api-id].execute-api.[region].amazonaws.com/prod/api/v1/todos But I want to invoke it using a custom domain and I confgiured it using the custom domain option of the api gateway. I've registered my domain using google domains and I've added the CNAME entry in DNS configuration to map it to the cloudfront target domain name. So far so good. The api

Unsuccessful in using Automated Certificate Management for domains hosted on Google Domains

…衆ロ難τιáo~ 提交于 2019-12-04 03:36:44
I've followed Heroku's Automated Certificate Management instructions for generating an SSL certificate via LetsEncrypt (kudos to LetsEncrypt and heroku!!) for my Ruby Sinatra app but generation of the SSL certificate for my custom domain is failing. After activating automated certificate management, the heroku domain name for my app changes from *.herokuapp.com to *.herokudns.com, as expected. I've updated my Google Domain records accordingly, however Google Domain doesn't allow the domain root to be specified as a CNAME record. Instead the root needs to be pointed at http(s)://www

How to enforce HTTPS traffic to Google App Engine with custom domain?

蓝咒 提交于 2019-11-28 04:16:10
问题 I have a site on Google Domains (www.example.com) and it's hosted with Gcloud. I followed the instructions listed here to set up SSL and https: https://cloud.google.com/appengine/docs/standard/python/securing-custom-domains-with-ssl Basically, I just ran gcloud beta app domain-mappings update example.com --certificate-management='AUTOMATIC' Now I can indeed access https://example.com and https://www.example.com. But I can access the unsecure http version of those domains as well. How can I