Domain Name:www.wianga.com
I successfully configured the domain and apps last month in google apps.yesterday the hosting company which has my domain DNS changed the name server.
After that site is up for some time and down for most of time..
,but I can assess all my app services.
TXT record verification is failing from web master tool.
I pinged www.wianga.com and its replying and showing Google servers.
But if i take the site in browser its showing following error,
Error 101 (net::ERR_CONNECTION_RESET): Unknown error.
Please help me..i launched my site just 2 weeks before.
It sounds like you're having trouble with your nameservers. You need to contact your host and ask them to resolve it, or find a new host.
Related
I'm doing a server-side GTM setup. I managed to set up a Google cloud App engine.
I added a custom domain (verified with Google webmaster central, added DNS records etc.).
I can see in the Cloud settings that the custom domain (actually it's a subdomain) is set up, using also Google-managed, auto-renewing SSL.
So, everything looks fine except when I try to access this custom domain (directly or while doing a GTM container preview), I get the connection error in the browser (ERR_CONNECTION_CLOSED).
Since all DNS records looks OK (I have TXT record for the GWC/ownersip verification, 4 A records and 4 AAAA records for Google cloud) I did a tracert where I can see that it gets to the google server (hop 5), but then it gets lost:
The last hop should be the subdomain, but it's a "random" Google server).
It's more than 24 hours from the DNS records change so I don't believe it's a DNS propagation issue (although it still might be of course but the chances are very small). So if anyone has any idea, what could be wrong, I'd be very glad :D
I managed to repeat exactly the same setup with another subdomain (on totally different domain). I had issues with geeting Google-managed certificate - it took the App Engine a really long time to install it. But at the end it worked.
So it looks like the issue is indeed with Google and the certificate. I'll wait and let you know if this was the issue.
Edit (additional explanation): it turns out that the issue is with the client's domain which doesn't allow another CAA (in this case Google or Let's encrypt) to issue a certificate.
You haven't mentioned a CNAME record for the subdomain. You need a DNS record like this for the subdomain to work:
www CNAME ghs.googlehosted.com
I've assumed that www is you subdomain but you would use your subdomain if different.
I have deployed a Java Web application on Google Cloud platform and have purchased a domain and SSL Certificate from GoDaddy.com.
Its a simple application with a login page and a registration, where a specific(only one user) will have login credentials and post login will submit a form which will be saved in google DATASTORE in Google Cloud Platform(GCP).
I have two queries here :
1)
My application works perfectly,on my machine and even few machines around my home (as i have verified in few cyber centres around) but not at a client place located in different city(150 miles away). I'm not sure,as the client is not running any firewall or any browser plugin, as i have not visited the client place yet.
The call is as below.
Domain purchased from godaddy.com is : "ABC.in"
App engine project linked to this domain is : "web-abc"
If we hit "ABC.in" in browser it will in-turn call "web-abc.appspot.com".
in the background.Now though the login page loads,the client complains that the next subsequent pages does not load and page becomes blank.But for me in my system it works perfectly,as i can see the updated DATASTORE in GCP.
2)
Once i configure my DNS at GoDaddy.com, i'm unable to make any changes to the project hosted on GCP app engine.So i decided to create a new project and host it on the GCP. But GCP app engine page does not show any option to replace a project as it showed me during my first project setup.
I need to replace project "web-abc" linked to "ABC.in" with "web-pqr".
Please Please help...!
Thanks
To answer your second query you can just rest your CNAME record in the GODADDY DNS configuration and add the web-pqr reqq. That should work. Rest of the question< i really don't get it. Please share some error message or the screenshot when you try make change to your exiting project.
I was trying to map a custom domain name to site I have created in Google App Engine. However, the custom domain is not getting applied to the site. Below are the steps that I have performed after checking Google Help Sites and stackoverflow answers.
1. Created / Uploaded Google App Engine Site
http://myGoogleSite.appspot.com/
2. Purchased a domain name
mydomain.com
3. Created a CNAME Record with my domain name provider
Name: www
Value: ghs.google.com
4. Created a Google apps account
https://www.google.com/a/mydomain.com
5. Verified domain name in Google apps account
6. Enabled services for Google App Engine.
Added site http://myGoogleSite.appspot.com/ (Created in Step 1)
7. Google Admin Panel
Settings > Select Google App Engine site
Added New Web Address
http://www.mydomain.com
RESOLVED
The issue has been resolved without any other changes after a day. I think the CNAME entry which I had added in domain name server did get applied a day later. Though I had checked it through dnsstuff.com on the same day and they were reflected correctly.
If the CNAME www does not work when directed to ghs.google.com, try ghs.googlehosted.com instead. It's what at least some of their docs say.
For a company that can pretty accurately sift through millions of pages for related data, their documentation on their own products sucks hard.
The issue has been resolved without any other changes after a day. I think the CNAME entry which I had added in domain name server did get applied a day later. Though I had checked it through dnsstuff.com on the same day and they were reflected correctly
I am asking this question here because it is my understanding that this is the official GAE support site.
The background:
I had a website, mysite.com, hosted on somehostingsite.net. Recently, I ported the website to GAE, mysite.appspot.com. This occurred just as the renewal fee from somehostingsite.net was coming due, so I cancelled the somehostingsite.net account. I haven't transferred my domain to another registrar.
The problem:
I want to set up my domain with Google Apps so that I can have a url like myapp.mysite.com. So, the verification process to verify my ownership of the domain name presupposes mysite is currently up and running. Mine isn't right now. However, my domain title is listed at OpenSRS but they do not provide DNS support.
The main issue: mysite.appspot.com is free, which is why I ported the website to it.
What is the best way to proceed to get my domain set up with GAE given my current circumstance?
"So, the verification process to verify my ownership of the domain name presupposes mysite is currently up and running."
Not quite: all you need is DNS for your domain up and running, and then you can create a DNS TXT record to verify your domain. See: http://support.google.com/a/bin/answer.py?hl=en&answer=60216
So it sounds to me like you need to get (configurable) DNS hosting set up somewhere. You're going to need that anyway because you need to set up a CNAME record in order to serve you App Engine App off of your domain.
With the help of Google App Engine Api, I have developed send Email in my application http://code.google.com/appengine/docs/python/mail/sendingmail.html
It was executing fine with no errors, status code is 200 its showing, But I am not able to seen the E-mail (which I mentioned in code)
But in my Development server with help of
dev_appserver.py --smtp_host=smtp.example.com --smtp_port=25 \
--smtp_user=ajohnson --smtp_password=k1tt3ns myapp
I can able to execute, while upload into appspot.com, we can't able to mentioned details of host name... etc. details.
any one tell me how can solve my issue , where I can mention my host details (other than development server) while upload the code into appspot.com,
In my development server I have used host has gmail and user name and password is my gmail account details
You don't need to supply hostname details - email on App Engine uses the email API, which uses Google's own mail servers.