Questions tagged [custom-domain]

Use for questions regarding the use of Custom Domains with a Google App-Engine project.

Custom domains allow the assignment of privately owned domains to a Google App-Engine project, so that you can access the service, for example, via www.myawesomesite.com rather than my-awesome-site-project.appspot.com.

156 questions
1
vote
1 answer

ERR_CONNECTION_REFUSED And Domain refused to connect

I'm trying to connect WordPress instance on google cloud with the custom domain but I'm having this error This site can’t be reachedquotivy.com refused to connect. Try: Checking the connection Checking the proxy and the…
1
vote
1 answer

Custom domain with AppEngine and Firebase auth email templates

I have an AppEngine app that uses Firebase auth to manage users. I recently added a custom domain to the AppEngine app, and that worked fine. Now I'm trying to manage the Password Reset template and change the sender email to match my domain. But…
1
vote
1 answer

Azure App Service Certificate - Failure to Auto-Renew

App Service Certificate is failing to auto-renew. When I go into Azure Portal to check on the certificate renewal, it is failing during Step 2 (verification, pictured below). I do not understand why this needs to validate again. When I go to…
1
vote
3 answers

Should I use Ingress vs LoadBalancer for Kubernetes on Google Cloud (with custom domain and an SSL certificate)?

According to this page, it appears Google Kubernetes can make a Google managed SSL certificate if you're using LoadBalancer. That's what I want to use. However, I used this page to set up an Ingress for my custom domain. So right now, I have an…
1
vote
2 answers

How to use multi custom domains for aws serverles project?

Is it possible to have lambda function with different custom domain than others; In servlerless lambda project, I need to have one lambda to use different custom domain than other lambdas. for example userNotification --> dev.xyz.com/users all…
1
vote
1 answer

Redirect Github homepage to custom homepage

I used to host my webpage on username.github.io. I have now set up a new webpage on username.com, and has no relation to username.github.io. However, I want to redirect username.github.io to username.com. As of now, if somebody enters…
1
vote
1 answer

Route53 DNS not Resolving when set up with Shopify Store

I have a domain registered with Route53 (AWS). I'm trying to connect it as my Custom Domain on a Shopify store. I update the A record and the CNAME record with the following values. @, A, 23.227.38.65 www, CNAME, shops.myshopify.com Despite…
1
vote
0 answers

I am unable to host my heroku app on my custom owned domain managed by Infomaniak (www.infomaniak.com)

Currently I am using Herokuapp to host my web application which is basically a personal website. With the default heroku given domain, its working properly. But whenever I am addiding the custom domain to my app (also adding CNAME for DNS target in…
1
vote
1 answer

Configure Azure Traffic Manager over 2 web apps with custom domain and SSL

Background I have two websites: - web1.azurewebsites.net - web2.azurewebsites.net I have added a traffic manager called webtm.trafficmanager.net. web1.azurewebsites.net is configured with a custom domain web.example.com. I've also added a…
Clyde D'Souza
  • 402
  • 2
  • 10
1
vote
0 answers

Azure API Management with custom domain getting HTTP 403 error

I have the folllowing set up in Azure: got a new domain name, and azure created a resouce group called "domain" with the following resouces: a app service domain, and a DNS zone, both with the same name as the domain name; within this resouce group…
1
vote
1 answer

How to define exceptions for a wildcarded Azure app service subdomain

I have an Azure app service which has a custom domain configuration with *.example.com cname. I want to add another app service for admin.example.com subdomain. But all other subdomains should go to the first app. How should I proceed to achieve…
1
vote
1 answer

Azure Web App - Is it possible to put custom domain to virtual application

I have deployed 2 web application on a single azure web app using the virtual application, please refer screenshot below, Now I want to point custom domain URL as, main.mydomain.com to app1 and api.mydomain.com to app2 is it possible? if yes how…
Keshavdas M
  • 674
  • 2
  • 7
  • 25
1
vote
1 answer

serverless angular 7 project on lambda api gateway with custom domain

I have deployed angular project to lambda with serverless, it is all working fine with aws domain https://xxxxxxx.execute-api.us-west-2.amazonaws.com/production/ but when I bind the custom domain to it, such as https://web.asx200.com.au with…
1
vote
1 answer

Hosting ClickOnce in Azure Blob storage and using custom domain

I am using Clickonce for deploying my WPF application and this is being done in Azure Blob storage. Since this is a custom URL it won't be white listed in many of the client machines and hence I mapped a custom domain for the same. I was able to…
1
vote
1 answer

ERR_CONNECTION_RESET Azure CDN Custom Domain HTTPS

Hope someone can assist me in correcting this. I am on the last step to enable my CDN endpoint with a custom domain. currently the static website on storage works correctly the following ways. 1 - Storage Account endpoint 2 - Azure CDN…
Nizx
  • 35
  • 4