[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2022-04-09 Thread Dave Smith
I picked App Engine so I don't have to deal with load balancers so I'm 
pretty ignorant.
Could you please explain how I overcome this slow response when using a 
custom domain by using a "serverless neg behind GCLB".
I'm using Go in App Engine Standard.
Also, how much extra does this cost? I think I remember that there is no 
free tier for the load balancer.


On Tuesday, July 20, 2021 at 2:32:30 AM UTC+10 George (Cloud Platform 
Support) wrote:

> Engineering let us know that they are no longer going to fix the 
> cross-region query flow. There is a readily available solution in the form 
> of a serverless neg behind GCLB, and has neither the latency nor 
> cross-region query flow problems, as well as having other functionality 
> like cache flushes and TLS cipher control. 
>
> On Thursday, 09 August 2018 at 09:41:52 UTC-4 soul...@gmail.com wrote:
>
>> Hi,
>>
>> I've set up a custom domain for my service and I find that when accessing 
>> the service via that domain it is significantly slower than accessing it 
>> via its $PROJECT_ID.appspot.com address. I have determined that it's not 
>> an issue with DNS as the difference in latency is still there when using 
>> the resolved IP addresses directly.
>>
>> The slowdown is very noticeable: it varies from 2x to 10x slower on the 
>> custom domain, and the delay occurs in the period between the connection 
>> being established and the first byte being sent.
>>
>> Also note my app engine service is running in Sydney.
>>
>> Is it possible I've misconfigured something? My DNS is CNAMEd to 
>> ghs.googlehosted.com, but it seems to me that using custom domains for 
>> routing is simply really slow. Is there anything I can do to improve the 
>> latency here?
>>
>> Cheers,
>> James
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6b09c02c-3f57-472e-9a33-c230a7776bc7n%40googlegroups.com.


[google-appengine] Re: Custom domain 404 Error

2022-01-21 Thread 'Lluis Munoz Ladron de Guevara' via Google App Engine
Hi,

Please note that Groups intended use case is for discussion about GCP 
products, more information can be found here 
. 

To solve technical issues I encourage you to create a Stackoverflow question 
 explaining your issue and the 
steps you took while configuring the DNS. 

On Thursday 20 January 2022 at 14:38:56 UTC+1 icod...@gmail.com wrote:

> Website is https://onguava.com/
>
> четверг, 20 января 2022 г. в 15:17:28 UTC+4, K. Khurshudyan: 
>
>> Hi dear, I have setup google custom domain DNS addresses but it show 404 
>> , what I must do to show my wordpress website thank you
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e0f5c0f2-4576-4b0e-b73e-9be6c133eda3n%40googlegroups.com.


[google-appengine] Re: Custom domain 404 Error

2022-01-20 Thread K. Khurshudyan
Website is https://onguava.com/

четверг, 20 января 2022 г. в 15:17:28 UTC+4, K. Khurshudyan: 

> Hi dear, I have setup google custom domain DNS addresses but it show 404 , 
> what I must do to show my wordpress website thank you
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/be80b063-c474-4205-8674-1fb30a84f82cn%40googlegroups.com.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2021-07-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Engineering let us know that they are no longer going to fix the 
cross-region query flow. There is a readily available solution in the form 
of a serverless neg behind GCLB, and has neither the latency nor 
cross-region query flow problems, as well as having other functionality 
like cache flushes and TLS cipher control. 

On Thursday, 09 August 2018 at 09:41:52 UTC-4 soul...@gmail.com wrote:

> Hi,
>
> I've set up a custom domain for my service and I find that when accessing 
> the service via that domain it is significantly slower than accessing it 
> via its $PROJECT_ID.appspot.com address. I have determined that it's not 
> an issue with DNS as the difference in latency is still there when using 
> the resolved IP addresses directly.
>
> The slowdown is very noticeable: it varies from 2x to 10x slower on the 
> custom domain, and the delay occurs in the period between the connection 
> being established and the first byte being sent.
>
> Also note my app engine service is running in Sydney.
>
> Is it possible I've misconfigured something? My DNS is CNAMEd to 
> ghs.googlehosted.com, but it seems to me that using custom domains for 
> routing is simply really slow. Is there anything I can do to improve the 
> latency here?
>
> Cheers,
> James
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a81746f3-de60-4db6-8ddb-0d1efd23dd86n%40googlegroups.com.


Re: [google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2021-07-18 Thread Anatoli Trifonov
I can confirm that the difference is noticeable on custom domains. Seeing
the same behavior.

Sincerely,
Anatoli Trifonov




On Sat, Jul 17, 2021 at 4:44 PM David Smith  wrote:

>
> I am having this same problem and I'm not in a 'slow'' region. I have
> relocated to us-west4 (Las Vegas) to avoid this issue but I'm still getting
> a much slower response time from the custom domain:
>
> Custom domain: 1.25 seconds
> appspot: 200ms
>
> I testing this from Sydney using Go1.15 on App Engine Standard.
>
> Is it still possible I have made some error or are others seeing this
> difference even in regions that are not know as slow?
>
>
> On Thursday, August 22, 2019 at 8:03:46 AM UTC+10 diogoa...@google.com
> wrote:
>
>> Hello Adam,
>>
>> As commented by George, it is recommend to add a comment on the issue
>> tracker so that the product team will know how many more App Engine users
>> are being impacted by this issue.
>>
>> I see that the product team is actively working on this issue and updates
>> will be posted in the issue tracker as soon as they have concrete progress
>> towards the resolution.
>>
>>
>> On Wednesday, August 21, 2019 at 8:09:53 AM UTC-4, Adam Weaver wrote:
>>>
>>> Hmmm I dont think it will ever resolve.
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/9138cf00-d36c-4951-9937-5bf3a80d593an%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CACDbH0Z0P%3DXRAW2pMcCRLKdhsg-8-bAv31y6iuE7mxQ8X1QyYQ%40mail.gmail.com.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2021-07-17 Thread David Smith

I am having this same problem and I'm not in a 'slow'' region. I have 
relocated to us-west4 (Las Vegas) to avoid this issue but I'm still getting 
a much slower response time from the custom domain:

Custom domain: 1.25 seconds
appspot: 200ms

I testing this from Sydney using Go1.15 on App Engine Standard.

Is it still possible I have made some error or are others seeing this 
difference even in regions that are not know as slow?


On Thursday, August 22, 2019 at 8:03:46 AM UTC+10 diogoa...@google.com 
wrote:

> Hello Adam,
>
> As commented by George, it is recommend to add a comment on the issue 
> tracker so that the product team will know how many more App Engine users 
> are being impacted by this issue.
>
> I see that the product team is actively working on this issue and updates 
> will be posted in the issue tracker as soon as they have concrete progress 
> towards the resolution.
>
>
> On Wednesday, August 21, 2019 at 8:09:53 AM UTC-4, Adam Weaver wrote:
>>
>> Hmmm I dont think it will ever resolve. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9138cf00-d36c-4951-9937-5bf3a80d593an%40googlegroups.com.


[google-appengine] Re: custom domain SSL not activating

2021-05-14 Thread Miika Anundi

1) Did you try signing out and signing back in?
Yes
2) You could also try removing the link for the 'www' subdomain, and try 
adding the naked domain first. If you get that working, then add the 'www' 
subdomain. Separately - I think you should have only of them (either naked 
or www) and then redirect the other to it. This way you have one set of 
urls for SEO purposes
AppEngine sets app www automaticly as CNAME when creating custom domain. 
Could try to add them seperately but I think it wont solve the problem:

Using cloud shell I found out that even when I remove all domain mappings 
there are 2 managed certs on the cert listing, these cannot be deleted 
because they are connected to domain mapping. I have now sent feedback to 
google about this issue and hope it will be resolved by them.
On Thursday, 13 May 2021 at 22:28:26 UTC+3 NoCommandLine wrote:

> 1) Did you try signing out and signing back in?
>
> 2) You could also try removing the link for the 'www' subdomain, and try 
> adding the naked domain first. If you get that working, then add the 'www' 
> subdomain. Separately - I think you should have only of them (either naked 
> or www) and then redirect the other to it. This way you have one set of 
> urls for SEO purposes
>
>  * .* NoCommandLine *..*
>  https://nocommandline.com
>
> *A GUI for Google App Engine*
>
> On Thursday, May 13, 2021 at 9:39:43 AM UTC-7 mi...@lorugames.com wrote:
>
>> I am stuck on " The certificate is being activated." with my app engine 
>> naked domain SSL. 
>> https://www.lorugames.com/
>> www subdomain is working.
>>
>> http://lorugames.com also works if I change app.yaml  secure: always to 
>> optional. 
>>
>> SSL connection is required for our site. 
>>
>> Thing I've done:
>> -I've changed the whole domain to my another domain and it worked in 
>> 10mins also naked SSL
>> -Changed back to original and no luck. Still stuck.
>> -https://toolbox.googleapps.com/apps/dig/ shows correct ips.
>> -I have removed all the dns records from my registrar multiple times and 
>> waited for 12hours.
>>
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a4de2cd6-b4e7-4438-8061-2fa9b6c05b53n%40googlegroups.com.


[google-appengine] Re: custom domain SSL not activating

2021-05-13 Thread NoCommandLine
1) Did you try signing out and signing back in?

2) You could also try removing the link for the 'www' subdomain, and try 
adding the naked domain first. If you get that working, then add the 'www' 
subdomain. Separately - I think you should have only of them (either naked 
or www) and then redirect the other to it. This way you have one set of 
urls for SEO purposes

 * .* NoCommandLine *..*
 https://nocommandline.com

*A GUI for Google App Engine*

On Thursday, May 13, 2021 at 9:39:43 AM UTC-7 mi...@lorugames.com wrote:

> I am stuck on " The certificate is being activated." with my app engine 
> naked domain SSL. 
> https://www.lorugames.com/
> www subdomain is working.
>
> http://lorugames.com also works if I change app.yaml  secure: always to 
> optional. 
>
> SSL connection is required for our site. 
>
> Thing I've done:
> -I've changed the whole domain to my another domain and it worked in 
> 10mins also naked SSL
> -Changed back to original and no luck. Still stuck.
> -https://toolbox.googleapps.com/apps/dig/ shows correct ips.
> -I have removed all the dns records from my registrar multiple times and 
> waited for 12hours.
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cf0a9a42-c063-45fb-a0c1-aecacd37187bn%40googlegroups.com.


Re: [google-appengine] Re: Custom Domain Name

2021-03-12 Thread 'Elliott (Cloud Platform Support)' via Google App Engine


Hello Harsha,

I’m glad it is working for you now. If you have other issues in the future, 
you may create another post.

Thank you.


On Friday, March 12, 2021 at 7:19:09 AM UTC-5 harshava...@gmail.com wrote:

> It works now.
>
> On Fri 12 Mar, 2021, 5:47 PM Harsha Vardhana,  
> wrote:
>
>> Hello Elliott,
>>
>> Thank you for the response, I made a mistake in app.yaml file that was 
>> used for deployment, that is why it was saying the connection is not 
>> secure, I was able to find the issue with the help of Google support team, 
>> it works no.
>>
>> Thanks,
>> Harsha
>>
>> On Fri 12 Mar, 2021, 3:52 AM 'Elliott (Cloud Platform Support)' via 
>> Google App Engine,  wrote:
>>
>>> Hello Harsha,
>>>
>>> I understand that you are receiving a security alert when accessing your 
>>> App Engine application that has your custom domain 
>>> [
>>>
>>> To narrow down the focus and to find a common issue, when did this 
>>> behavior begin? Did it work before? 
>>>
>>> I was able to find some documentation here 
>>>  that I’d like to 
>>> offer. It describes how to make a site secure with SSL. You did not mention 
>>> if you made your site secure with SSL. If you did, there may be a small 
>>> chance that the document changed after you went through it. To be certain, 
>>> I ask you to review it.
>>>
>>> Are you the administrator of the account you’re using?
>>>
>>> Are you the owner of the account?
>>>
>>> Have you added the domain to  the account?
>>>
>>> Assuming that all the steps were followed and to make sure your 
>>> application is working otherwise, are you able to visit the non-secure web 
>>> address of your application? 
>>>
>>> I hope this helps.
>>>
>>>
>>> On Wednesday, March 10, 2021 at 4:11:32 PM UTC-5 harshava...@gmail.com 
>>> wrote:
>>>
 Hi,

 I have mapped my custom domain name to app engine, but when visit 
 the domain name, it says "connection is not secure", i have bought the 
 domain name from Google only.

   Please help me resolve this.

 Thanks,
 Harsha

>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to google-appengi...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-appengine/8045c69d-56d7-4561-9ef2-b2a03b783aaan%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/abc95628-fb10-4323-be01-4ddc69c39e6en%40googlegroups.com.


Re: [google-appengine] Re: Custom Domain Name

2021-03-12 Thread Harsha Vardhana
It works now.

On Fri 12 Mar, 2021, 5:47 PM Harsha Vardhana, 
wrote:

> Hello Elliott,
>
> Thank you for the response, I made a mistake in app.yaml file that was
> used for deployment, that is why it was saying the connection is not
> secure, I was able to find the issue with the help of Google support team,
> it works no.
>
> Thanks,
> Harsha
>
> On Fri 12 Mar, 2021, 3:52 AM 'Elliott (Cloud Platform Support)' via Google
> App Engine,  wrote:
>
>> Hello Harsha,
>>
>> I understand that you are receiving a security alert when accessing your
>> App Engine application that has your custom domain
>> [
>>
>> To narrow down the focus and to find a common issue, when did this
>> behavior begin? Did it work before?
>>
>> I was able to find some documentation here
>>  that I’d like to
>> offer. It describes how to make a site secure with SSL. You did not mention
>> if you made your site secure with SSL. If you did, there may be a small
>> chance that the document changed after you went through it. To be certain,
>> I ask you to review it.
>>
>> Are you the administrator of the account you’re using?
>>
>> Are you the owner of the account?
>>
>> Have you added the domain to  the account?
>>
>> Assuming that all the steps were followed and to make sure your
>> application is working otherwise, are you able to visit the non-secure web
>> address of your application?
>>
>> I hope this helps.
>>
>>
>> On Wednesday, March 10, 2021 at 4:11:32 PM UTC-5 harshava...@gmail.com
>> wrote:
>>
>>> Hi,
>>>
>>> I have mapped my custom domain name to app engine, but when visit
>>> the domain name, it says "connection is not secure", i have bought the
>>> domain name from Google only.
>>>
>>>   Please help me resolve this.
>>>
>>> Thanks,
>>> Harsha
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/8045c69d-56d7-4561-9ef2-b2a03b783aaan%40googlegroups.com
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAJvU%3Dzwzkmm3TmPKj3O0TsS948%2B5gpaBFY-TXyDLkNCYuoghxw%40mail.gmail.com.


Re: [google-appengine] Re: Custom Domain Name

2021-03-12 Thread Harsha Vardhana
Hello Elliott,

Thank you for the response, I made a mistake in app.yaml file that was used
for deployment, that is why it was saying the connection is not secure, I
was able to find the issue with the help of Google support team, it works
no.

Thanks,
Harsha

On Fri 12 Mar, 2021, 3:52 AM 'Elliott (Cloud Platform Support)' via Google
App Engine,  wrote:

> Hello Harsha,
>
> I understand that you are receiving a security alert when accessing your
> App Engine application that has your custom domain
> [
>
> To narrow down the focus and to find a common issue, when did this
> behavior begin? Did it work before?
>
> I was able to find some documentation here
>  that I’d like to
> offer. It describes how to make a site secure with SSL. You did not mention
> if you made your site secure with SSL. If you did, there may be a small
> chance that the document changed after you went through it. To be certain,
> I ask you to review it.
>
> Are you the administrator of the account you’re using?
>
> Are you the owner of the account?
>
> Have you added the domain to  the account?
>
> Assuming that all the steps were followed and to make sure your
> application is working otherwise, are you able to visit the non-secure web
> address of your application?
>
> I hope this helps.
>
>
> On Wednesday, March 10, 2021 at 4:11:32 PM UTC-5 harshava...@gmail.com
> wrote:
>
>> Hi,
>>
>> I have mapped my custom domain name to app engine, but when visit the
>> domain name, it says "connection is not secure", i have bought the domain
>> name from Google only.
>>
>>   Please help me resolve this.
>>
>> Thanks,
>> Harsha
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/8045c69d-56d7-4561-9ef2-b2a03b783aaan%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAJvU%3DzyO6BOQZK_sx8ZR_V2Hx%2B1dtw0BygEEZFN0umkJdTSiYA%40mail.gmail.com.


[google-appengine] Re: Custom Domain Name

2021-03-11 Thread 'Elliott (Cloud Platform Support)' via Google App Engine


Hello Harsha,

I understand that you are receiving a security alert when accessing your 
App Engine application that has your custom domain 
[

To narrow down the focus and to find a common issue, when did this behavior 
begin? Did it work before? 

I was able to find some documentation here 
 that I’d like to offer. 
It describes how to make a site secure with SSL. You did not mention if you 
made your site secure with SSL. If you did, there may be a small chance 
that the document changed after you went through it. To be certain, I ask 
you to review it.

Are you the administrator of the account you’re using?

Are you the owner of the account?

Have you added the domain to  the account?

Assuming that all the steps were followed and to make sure your application 
is working otherwise, are you able to visit the non-secure web address of 
your application? 

I hope this helps.


On Wednesday, March 10, 2021 at 4:11:32 PM UTC-5 harshava...@gmail.com 
wrote:

> Hi,
>
> I have mapped my custom domain name to app engine, but when visit the 
> domain name, it says "connection is not secure", i have bought the domain 
> name from Google only.
>
>   Please help me resolve this.
>
> Thanks,
> Harsha
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8045c69d-56d7-4561-9ef2-b2a03b783aaan%40googlegroups.com.


[google-appengine] Re: Custom domain app engine not working with domain registered through google domains

2020-02-17 Thread 'Mary (Google Cloud Support)' via Google App Engine


Hello Kathy, 

When did you make the last change in your DNS? Any changes to DNS can take 
up to 24 hours to take effect. In the meanwhile, please verify that the App 
Engine custom domain(s) was correctly configured as documented here[1].

[1] 
https://cloud.google.com/appengine/docs/flexible/python/mapping-custom-domains

On Monday, February 17, 2020 at 1:23:41 PM UTC-5, Kathy Tran wrote:
>
> Hi there,
>
> I have an go app build on app engine. The appspot version of it works. 
> I clicked to add a custom domain, it found my domain I'd like to use since 
> it is registered with google domains.
> It fails to find the DNS records. 
> I tried adding A and  records in the DNS zone for google domains 
> section.
> Still unable to resolve the issue.
> How can I resolve this? 
>
>
> Thanks,
> Kathy
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/abb1b0f1-09b0-4d0b-a706-3e8ab0c23446%40googlegroups.com.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2019-08-21 Thread 'Diogo Almeida' via Google App Engine
Hello Adam,

As commented by George, it is recommend to add a comment on the issue 
tracker so that the product team will know how many more App Engine users 
are being impacted by this issue.

I see that the product team is actively working on this issue and updates 
will be posted in the issue tracker as soon as they have concrete progress 
towards the resolution.


On Wednesday, August 21, 2019 at 8:09:53 AM UTC-4, Adam Weaver wrote:
>
> Hmmm I dont think it will ever resolve. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6aa2249d-70c9-499b-a2c5-b4302747107b%40googlegroups.com.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2019-08-21 Thread Adam Weaver
Hmmm I dont think it will ever resolve. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2b53133a-0dc2-433b-8343-1440b441fa6e%40googlegroups.com.


[google-appengine] Re: Custom Domain setup for Nodejs GAE App

2019-07-08 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello,
>
>
Please note that you may use this link as well to map custom domains[1]. 

[1] 
https://cloud.google.com/appengine/docs/standard/nodejs/mapping-custom-domains 


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c304306e-263d-4885-b121-8cef3f11c650%40googlegroups.com.


[google-appengine] Re: Custom Domain setup for Nodejs GAE App

2019-07-08 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello,

Please verify that the DNS record is updated and that the domain is 
verified[1]. If so, please open an issue tracker[2] as the Google Groups is 
a forum of discussion, opinion but not for reporting technical difficulty. 
Please note that you will need to be logged into your Google email account 
to submit the issue tracker.

[1] https://cloud.google.com/run/docs/mapping-custom-domains
[2] 
https://issuetracker.google.com/issues/new?component=187241&template=1162897

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ae765b90-0910-45a5-961c-8927c62d0199%40googlegroups.com.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2018-09-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Skillful, 

You have done the right thing, to leave a comment on the know issue page. 
This should offer the appropriate impression of urgency on the thread. 
Unfortunately, there are other urgent issues to be addressed, and someone 
else might have the same sense of urgency, as you. Work is in progress as 
we speak; meanwhile, your understanding is appreciated.  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ebd1fe0b-50ea-4cb3-a014-97a324ab57bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain much slower than $PROJECT_ID.appspot.com

2018-09-27 Thread Skillful
Same thing here, will they never fix it??

My service is running in São Paulo.

Em quinta-feira, 9 de agosto de 2018 10:41:52 UTC-3, James Kozianski 
escreveu:
>
> Hi,
>
> I've set up a custom domain for my service and I find that when accessing 
> the service via that domain it is significantly slower than accessing it 
> via its $PROJECT_ID.appspot.com address. I have determined that it's not 
> an issue with DNS as the difference in latency is still there when using 
> the resolved IP addresses directly.
>
> The slowdown is very noticeable: it varies from 2x to 10x slower on the 
> custom domain, and the delay occurs in the period between the connection 
> being established and the first byte being sent.
>
> Also note my app engine service is running in Sydney.
>
> Is it possible I've misconfigured something? My DNS is CNAMEd to 
> ghs.googlehosted.com, but it seems to me that using custom domains for 
> routing is simply really slow. Is there anything I can do to improve the 
> latency here?
>
> Cheers,
> James
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df0bdab9-17b3-4825-8643-49890aba91fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: custom domain names on 3 sites stopped working overseas

2018-08-28 Thread 'Amit (Google Cloud Support)' via Google App Engine


Hello Martin,

>From your message it seems like you are not able to access your websites 
from Brazil but they are accessible from UK. To access your website from 
Brazil, it should convert its name into IP, which is then used to gain 
access to the resource you have requested. As different ISPs are involved 
in this request routing, this IP could be restricted in any point. However, 
I didn't find any recent report related to Google IPs restriction in 
Brazil. I can also access the mentioned site from the Compute Engine VM in 
us-central1 
region . You can use 
'tracert' on Linux machine or ‘traceroute’ on Windows machine to find the 
hops the request is travelling through. Using this command will show you in 
which point it breaks the connection. Bellow is the command format: 

# tracert [ hostname ] 

You can check the issue with using MTR tools as well to see packet-loss 
status of each routing path. Additionally, you can try using your 
appspot.com link (http://[YOUR_PROJECT_ID].appspot.com) directly to access 
your website rather using a custom domain name. 

As your website is accessible from different places except Brazil, it seems 
like the issue is related more to networking rather than to App Engine 
itself. 

Hope it helps you to investigate the issue further.


On Saturday, August 25, 2018 at 4:36:20 AM UTC-4, spider100 wrote:
>
> I have 3 sites one of which is http://www.ashfordchroming.com it has a 
> custom domain and i am unable to reach the site from brazil but it works 
> from UK?
> This seems to have suddenly stopped working, also email which is mapped to 
> a sub domain?
>
> Why would this be
>  
>
> *Martin Webb*
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8a7ae215-961e-476d-b1d3-716529c8fff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain for App Engine w/o ghs.googlehosted.com

2018-05-22 Thread 'Kamran (Google Cloud Support)' via Google App Engine

Hello Abhijit,

I'd recommend opening an issue for this on Google public issue tracker 
, so we take 
a closer look at this.



On Tuesday, May 22, 2018 at 12:19:11 PM UTC-4, Abhijit Kalamkar wrote:
>
> We have setup custom domain for our App Engine app (std env) and it is 
> working fine for HTTPS for most of the modern browsers.
>
> But there is a problem with old TLS1.0 clients that do not support SNI 
> (Server Name Indication). Since the custom domain is a CNAME to 
> ghs.googlehosted.com clients need SNI to get to correct app on app 
> engine. 
>
> Is there any alternative way of setting custom domain for HTTPS that does 
> not involve ghs.googlehosted.com or SNI? Any suggestions for a LB, CDN, 
> Proxy that can serve dedicated custom domain talking to app engine app 
> (over http/https) as backend?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e8fb4126-583b-4b71-81f5-2057aefafbca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Is Associated With Non-Existant App Project

2017-09-21 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Based on the new information you provided, I highly recommend reporting the 
issue  on our Public 
Issue Tracker so proper attention can be given to it. You can reference 
this thread as needed.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/46385faf-1840-410a-8e91-7cd8affda7f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Is Associated With Non-Existant App Project

2017-09-20 Thread Mirza Baig





I deleted the project over two months ago. There is no way for me to 
restore the project.







On Wednesday, September 20, 2017 at 2:17:34 PM UTC-7, Kenworth (Google 
Cloud Platform) wrote:
>
> When the warning appears, it usually gives you an option or a workaround 
> to follow. Can you give a screenshot of the error? 
>
> Moreover, projects can be restored within 30 days before they are 
> permanently deleted. A workaround is to restore the project, remove the 
> custom domain on the restored project (as simple as clicking the trash 
> button), and delete the project again. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/92b9b697-ea14-4b78-a71e-995aeac00227%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Is Associated With Non-Existant App Project

2017-09-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
When the warning appears, it usually gives you an option or a workaround to 
follow. Can you give a screenshot of the error? 

Moreover, projects can be restored within 30 days before they are 
permanently deleted. A workaround is to restore the project, remove the 
custom domain on the restored project (as simple as clicking the trash 
button), and delete the project again. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/179d22d2-954b-4f05-ac5c-8914161832c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain and ISP Problem

2017-05-25 Thread 'George (Cloud Platform Support)' via Google App Engine
If things work fine for some ISPs, it means the app is working fine on the 
cloud platform. There is no censorship of ISPs, and it were any, one cannot 
assume it is functional strictly in what your app is concerned, and no 
others.

If you'd like us to investigate further, you can send a private email by 
using the drop-down menu offered by the "reply" button at the top right of 
the editing window, and provide your project number and other information 
you deem relevant.  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/efcd495e-7f0a-4d13-b941-17cdbfa87f96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-13 Thread 'Lorne Kligerman' via Google App Engine
Hi Oren,

The appspot-preview.com domain was used while flex was in beta as we
migrated traffic over to our production environments.  Now that flex is GA
you don't have to worry about any more redirections in the future.  You can
head over to env: flex with confidence!

Cheers,
Lorne.

On Mon, Mar 13, 2017 at 12:34 AM, Oren Zomer  wrote:

> Hi,
> It seems there are no more redirections from the appspot.com subdomains
> to appspot-preview.com subdomains.
> This was a big issue in our iOS App, which sent an Authorization header in
> the first request to the appspot.com subdomain but not in the second
> request to the appspot-preview.com subdomain.
> Our production app sends its requests to our custom godaddy domain listed
> here: https://console.cloud.google.com/appengine/settings/domains (which
> also has an SSL certificate - we use https in all of the requests).
>
> Is it guaranteed that the the redirection will not happen again in the
> future?
> Can we change our yaml file from vm: true to env: flex , without
> disrupting the communication between our iOS App and our servers?
>
> Regards,
> Oren
>
> On Tuesday, January 31, 2017 at 12:49:03 PM UTC+2, himanshu kapoor wrote:
>>
>> Hi Guys,
>>
>> I have mapped custom domain in my application but it redirects to my
>> appspot URL.
>>
>> check below URL:
>> https://500bawal.com
>>
>> Note: Previously this domain was hosted on some other google project and
>> was working fine from which there i removed it (including verification) and
>> hosted on different google project.
>>
>> Can anyone help me in figuring out this.
>>
>> Thanks
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/google-appengine/4_2oVbRhMKY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/google-appengine/6901f45c-7c9b-4b90-9b3f-c7015da8aaa5%
> 40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2Bzk0pJE19SErfEMgxp0dqaR-hDQAXoxDE%3DOQwgk97zuQfLT3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-13 Thread Oren Zomer
Hi,
It seems there are no more redirections from the appspot.com subdomains to 
appspot-preview.com subdomains.
This was a big issue in our iOS App, which sent an Authorization header in 
the first request to the appspot.com subdomain but not in the second 
request to the appspot-preview.com subdomain.
Our production app sends its requests to our custom godaddy domain listed 
here: https://console.cloud.google.com/appengine/settings/domains (which 
also has an SSL certificate - we use https in all of the requests).

Is it guaranteed that the the redirection will not happen again in the 
future?
Can we change our yaml file from vm: true to env: flex , without disrupting 
the communication between our iOS App and our servers?

Regards,
Oren

On Tuesday, January 31, 2017 at 12:49:03 PM UTC+2, himanshu kapoor wrote:
>
> Hi Guys,
>
> I have mapped custom domain in my application but it redirects to my 
> appspot URL.
>
> check below URL:
> https://500bawal.com
>
> Note: Previously this domain was hosted on some other google project and 
> was working fine from which there i removed it (including verification) and 
> hosted on different google project.
>
> Can anyone help me in figuring out this.
>
> Thanks  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6901f45c-7c9b-4b90-9b3f-c7015da8aaa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread 'Lorne Kligerman' via Google App Engine
Great, I'm glad you're in the clear!

The appspot-preview.com will continue to work for the foreseeable future.

Cheers,
Lorne.

On Thu, Mar 2, 2017 at 7:38 AM, Nickolas Daskalou  wrote:

> Thanks Lorne, I can confirm it's working as expected now for our app
> (that is, visiting appspot.com URLs for a Flex service no longer
> redirects to appspot-preview.com).
>
> Just a heads up that the appspot-preview.com URLs still work fine too. Is
> this something which will be turned off eventually?
>
> Nick
> On 03/03/2017 2:02 AM, "'Lorne Kligerman' via Google App Engine" <
> google-appengine@googlegroups.com> wrote:
>
>> If you haven't already noticed the lack of a redirect for your app, it
>> should happen very soon. Thanks!
>>
>> On Mar 2, 2017 3:42 AM, "Nickolas Daskalou"  wrote:
>>
>>> Hi Josh and other Googlers,
>>>
>>> How's this going? Do you have an update or an ETA?
>>>
>>> Nick
>>>
>>>
>>> On 28 February 2017 at 04:21, 'Josh Moore' via Google App Engine <
>>> google-appengine@googlegroups.com> wrote:
>>>
 This thread is the best place for the most up to date information on
 this issue right now and we'll update once we have a fix fully rolled out.

 On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch 
 wrote:

> The "Before you Begin" appears to no longer mention anything regarding
> the whitelisting requirement.  We attempted to migrate our site from
> GoDaddy to App Engine but had to abort due to the redirect issue.  Where 
> is
> best place to subscribe to know when this has been resolved.  This thread?
>
>
> On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform
> Support) wrote:
>>
>> Hi Himanshu,
>>
>> As your application is hosted on a GAE Flexible environment instance
>> (since redirected URL includes *.appspot-preview.com), custom
>> domains need to be whitelisted as mentioned in this Before you Begin
>> section
>> .
>> In the third point, it is possible to whitelist the domains by filling 
>> out
>> this Google contact form
>> .
>> However, as this form is currently unavailable, you will be contacted by
>> email shortly to provide additional information regarding your project.
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/bfed6e96-
> aef4-4162-96bc-19ea8a0744fa%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



 --

 Josh Moore |  Cloud Solutions Engineer |  joshu...@google.com |

 --
 You received this message because you are subscribed to the Google
 Groups "Google App Engine" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at https://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/google-appengine/CAOvpJmXXsVQ7PASHuTrq%3DDuKYyJg6J%2BX%2
 BTfciNt5goD444jZWw%40mail.gmail.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/google-appengine/4_2oVbRhMKY/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/CAOj3zuB1sRWsb%3DePutTLo7qKVeFWJox2H9%2
>>> BvC%2Box7-HzUpvzig%40mail.gmail.com
>>> 

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread Nickolas Daskalou
Thanks Lorne, I can confirm it's working as expected now for our app  (that
is, visiting appspot.com URLs for a Flex service no longer redirects to
appspot-preview.com).

Just a heads up that the appspot-preview.com URLs still work fine too. Is
this something which will be turned off eventually?

Nick
On 03/03/2017 2:02 AM, "'Lorne Kligerman' via Google App Engine" <
google-appengine@googlegroups.com> wrote:

> If you haven't already noticed the lack of a redirect for your app, it
> should happen very soon. Thanks!
>
> On Mar 2, 2017 3:42 AM, "Nickolas Daskalou"  wrote:
>
>> Hi Josh and other Googlers,
>>
>> How's this going? Do you have an update or an ETA?
>>
>> Nick
>>
>>
>> On 28 February 2017 at 04:21, 'Josh Moore' via Google App Engine <
>> google-appengine@googlegroups.com> wrote:
>>
>>> This thread is the best place for the most up to date information on
>>> this issue right now and we'll update once we have a fix fully rolled out.
>>>
>>> On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch  wrote:
>>>
 The "Before you Begin" appears to no longer mention anything regarding
 the whitelisting requirement.  We attempted to migrate our site from
 GoDaddy to App Engine but had to abort due to the redirect issue.  Where is
 best place to subscribe to know when this has been resolved.  This thread?


 On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform
 Support) wrote:
>
> Hi Himanshu,
>
> As your application is hosted on a GAE Flexible environment instance
> (since redirected URL includes *.appspot-preview.com), custom domains
> need to be whitelisted as mentioned in this Before you Begin section
> .
> In the third point, it is possible to whitelist the domains by filling out
> this Google contact form
> .
> However, as this form is currently unavailable, you will be contacted by
> email shortly to provide additional information regarding your project.
>
 --
 You received this message because you are subscribed to the Google
 Groups "Google App Engine" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at https://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/google-appengine/bfed6e96-aef4-4162-96bc-19ea8a0744fa%40
 googlegroups.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> --
>>>
>>> Josh Moore |  Cloud Solutions Engineer |  joshu...@google.com |
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/CAOvpJmXXsVQ7PASHuTrq%3DDuKYyJg6J%2BX%2
>>> BTfciNt5goD444jZWw%40mail.gmail.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/google-appengine/4_2oVbRhMKY/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/CAOj3zuB1sRWsb%3DePutTLo7qKVeFWJox2H9%
>> 2BvC%2Box7-HzUpvzig%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send 

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread 'Lorne Kligerman' via Google App Engine
If you haven't already noticed the lack of a redirect for your app, it
should happen very soon. Thanks!

On Mar 2, 2017 3:42 AM, "Nickolas Daskalou"  wrote:

> Hi Josh and other Googlers,
>
> How's this going? Do you have an update or an ETA?
>
> Nick
>
>
> On 28 February 2017 at 04:21, 'Josh Moore' via Google App Engine <
> google-appengine@googlegroups.com> wrote:
>
>> This thread is the best place for the most up to date information on this
>> issue right now and we'll update once we have a fix fully rolled out.
>>
>> On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch  wrote:
>>
>>> The "Before you Begin" appears to no longer mention anything regarding
>>> the whitelisting requirement.  We attempted to migrate our site from
>>> GoDaddy to App Engine but had to abort due to the redirect issue.  Where is
>>> best place to subscribe to know when this has been resolved.  This thread?
>>>
>>>
>>> On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform
>>> Support) wrote:

 Hi Himanshu,

 As your application is hosted on a GAE Flexible environment instance
 (since redirected URL includes *.appspot-preview.com), custom domains
 need to be whitelisted as mentioned in this Before you Begin section
 .
 In the third point, it is possible to whitelist the domains by filling out
 this Google contact form
 .
 However, as this form is currently unavailable, you will be contacted by
 email shortly to provide additional information regarding your project.

>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/bfed6e96-aef4-4162-96bc-19ea8a0744fa%40
>>> googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>>
>> Josh Moore |  Cloud Solutions Engineer |  joshu...@google.com |
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/CAOvpJmXXsVQ7PASHuTrq%3DDuKYyJg6J%2BX%2
>> BTfciNt5goD444jZWw%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/4_2oVbRhMKY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/CAOj3zuB1sRWsb%3DePutTLo7qKVeFWJox2H9%2BvC%
> 2Box7-HzUpvzig%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2Bzk0p%2B9h%3DWzSJ-0hW4%2BMc1%3DP%3Dw5ShyJQoWsmpXYyyJ3X-peqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-03-02 Thread Nickolas Daskalou
Hi Josh and other Googlers,

How's this going? Do you have an update or an ETA?

Nick


On 28 February 2017 at 04:21, 'Josh Moore' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> This thread is the best place for the most up to date information on this
> issue right now and we'll update once we have a fix fully rolled out.
>
> On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch  wrote:
>
>> The "Before you Begin" appears to no longer mention anything regarding
>> the whitelisting requirement.  We attempted to migrate our site from
>> GoDaddy to App Engine but had to abort due to the redirect issue.  Where is
>> best place to subscribe to know when this has been resolved.  This thread?
>>
>>
>> On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform
>> Support) wrote:
>>>
>>> Hi Himanshu,
>>>
>>> As your application is hosted on a GAE Flexible environment instance
>>> (since redirected URL includes *.appspot-preview.com), custom domains
>>> need to be whitelisted as mentioned in this Before you Begin section
>>> .
>>> In the third point, it is possible to whitelist the domains by filling out
>>> this Google contact form
>>> .
>>> However, as this form is currently unavailable, you will be contacted by
>>> email shortly to provide additional information regarding your project.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/bfed6e96-aef4-4162-96bc-19ea8a0744fa%
>> 40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
> Josh Moore |  Cloud Solutions Engineer |  joshu...@google.com |
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/CAOvpJmXXsVQ7PASHuTrq%3DDuKYyJg6J%2BX%
> 2BTfciNt5goD444jZWw%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuB1sRWsb%3DePutTLo7qKVeFWJox2H9%2BvC%2Box7-HzUpvzig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-27 Thread 'Josh Moore' via Google App Engine
This thread is the best place for the most up to date information on this
issue right now and we'll update once we have a fix fully rolled out.

On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch  wrote:

> The "Before you Begin" appears to no longer mention anything regarding the
> whitelisting requirement.  We attempted to migrate our site from GoDaddy to
> App Engine but had to abort due to the redirect issue.  Where is best place
> to subscribe to know when this has been resolved.  This thread?
>
>
> On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform
> Support) wrote:
>>
>> Hi Himanshu,
>>
>> As your application is hosted on a GAE Flexible environment instance
>> (since redirected URL includes *.appspot-preview.com), custom domains
>> need to be whitelisted as mentioned in this Before you Begin section
>> .
>> In the third point, it is possible to whitelist the domains by filling out
>> this Google contact form
>> .
>> However, as this form is currently unavailable, you will be contacted by
>> email shortly to provide additional information regarding your project.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/bfed6e96-aef4-4162-96bc-
> 19ea8a0744fa%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Josh Moore |  Cloud Solutions Engineer |  joshu...@google.com |

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOvpJmXXsVQ7PASHuTrq%3DDuKYyJg6J%2BX%2BTfciNt5goD444jZWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-27 Thread Sean Lynch
The "Before you Begin" appears to no longer mention anything regarding the 
whitelisting requirement.  We attempted to migrate our site from GoDaddy to 
App Engine but had to abort due to the redirect issue.  Where is best place 
to subscribe to know when this has been resolved.  This thread?


On Tuesday, January 31, 2017 at 5:54:03 PM UTC-5, Alex (Cloud Platform 
Support) wrote:
>
> Hi Himanshu,
>
> As your application is hosted on a GAE Flexible environment instance 
> (since redirected URL includes *.appspot-preview.com), custom domains 
> need to be whitelisted as mentioned in this Before you Begin section 
> .
>  
> In the third point, it is possible to whitelist the domains by filling out 
> this Google contact form 
> . 
> However, as this form is currently unavailable, you will be contacted by 
> email shortly to provide additional information regarding your project.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bfed6e96-aef4-4162-96bc-19ea8a0744fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-27 Thread Azmaan Onies
When is this going to be resolved? Are we looking at hours, days or weeks?

On Saturday, February 25, 2017 at 4:54:54 AM UTC+8, Lorne Kligerman wrote:
>
> Hi folks,
>
> We recently migrated all traffic from the appspot-preview.com domain back 
> to the regular appspot.com as we approach a full release.  The regression 
> you noticed was due to an issue that came up as all beta traffic moved into 
> the full time stack.  We quickly identified the issue and have a fix coming 
> shortly.  We apologize for the strange behaviour, but please be aware that 
> flex is still a beta product.  We will do our best to avoid issues like 
> this in the future.
>
> Cheers,
> Lorne.
> Product Manager - App Engine
>
> On Friday, February 24, 2017 at 7:44:30 AM UTC-8, Robert Gaal wrote:
>>
>> +1. This is a huge issue for any production app running on App Engine.
>>
>> On Friday, February 24, 2017 at 11:44:07 AM UTC+1, Aron Adler wrote:
>>>
>>> Could we clarify exactly what the issue here is? Everything was working 
>>> for a couple of days, why did it go back to redirecting to the appspot 
>>> domain? 
>>>
>>> Also seeing as everyone seems to be having the same issue it doesn't 
>>> really make sense for everyone to create separate support tickets. Can we 
>>> get someone from Google to clarify what can be done to fix this?
>>>
>>> On Friday, 24 February 2017 02:58:59 UTC, Anthony Davis wrote:

 Same issue here...

 On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger 
 wrote:
>
> Hi Alex-
>
> I'm seeing this issue with a newly deployed app engine instance. Is it 
> possible to get my domain whitelisted?
>
> Thanks
>
> —jr
>
> On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud 
> Platform Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been 
>> resolved. Custom domains listed on Flexible Environment App Engine 
>> instances should work as prescribed without redirecting to an 
>> appspot.com URL.
>>
>> Regards,
>> Alex
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/11d54a34-9dbf-44cb-963e-c0d7aa373052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-26 Thread Nickolas Daskalou
Hi Lorne,

How is this coming along?

Our Flex service is still being redirected to appspot-preview.com.

This is also causing havoc with our *dispatch rules*. It seems we are
unable to send any requests to the default version of our Flex service
unless we have a "catch all" dispatch rule to the Flex service at the end
of our dispatch.yaml file (which is not possible given our application
architecture).

We have tried changing the dispatch rule to both appspot.com and
appspot-preview.com and nothing works.

The only way we can currently access our Flex service is by linking to the
specific version of the service. This is obviously not going to work if we
use the best practice method of changing versions upon each new deployment,
because all other projects which reference a specific version of our Flex
service would also need to be updated.

Happy to provide more information if needed.

Thanks,
Nick


On 25 February 2017 at 07:54, 'Lorne Kligerman' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Hi folks,
>
> We recently migrated all traffic from the appspot-preview.com domain back
> to the regular appspot.com as we approach a full release.  The regression
> you noticed was due to an issue that came up as all beta traffic moved into
> the full time stack.  We quickly identified the issue and have a fix coming
> shortly.  We apologize for the strange behaviour, but please be aware that
> flex is still a beta product.  We will do our best to avoid issues like
> this in the future.
>
> Cheers,
> Lorne.
> Product Manager - App Engine
>
> On Friday, February 24, 2017 at 7:44:30 AM UTC-8, Robert Gaal wrote:
>>
>> +1. This is a huge issue for any production app running on App Engine.
>>
>> On Friday, February 24, 2017 at 11:44:07 AM UTC+1, Aron Adler wrote:
>>>
>>> Could we clarify exactly what the issue here is? Everything was working
>>> for a couple of days, why did it go back to redirecting to the appspot
>>> domain?
>>>
>>> Also seeing as everyone seems to be having the same issue it doesn't
>>> really make sense for everyone to create separate support tickets. Can we
>>> get someone from Google to clarify what can be done to fix this?
>>>
>>> On Friday, 24 February 2017 02:58:59 UTC, Anthony Davis wrote:

 Same issue here...

 On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger
 wrote:
>
> Hi Alex-
>
> I'm seeing this issue with a newly deployed app engine instance. Is it
> possible to get my domain whitelisted?
>
> Thanks
>
> —jr
>
> On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud
> Platform Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been
>> resolved. Custom domains listed on Flexible Environment App Engine
>> instances should work as prescribed without redirecting to an
>> appspot.com URL.
>>
>> Regards,
>> Alex
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/google-appengine/8883b160-5b3c-4f53-a896-83778b1f6fd1%40
> googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuARtkcDt714O0Z3CwSPrZpaPn%2BBxkF-_HNPRd_LP1VHww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-24 Thread 'Lorne Kligerman' via Google App Engine
Hi folks,

We recently migrated all traffic from the appspot-preview.com domain back 
to the regular appspot.com as we approach a full release.  The regression 
you noticed was due to an issue that came up as all beta traffic moved into 
the full time stack.  We quickly identified the issue and have a fix coming 
shortly.  We apologize for the strange behaviour, but please be aware that 
flex is still a beta product.  We will do our best to avoid issues like 
this in the future.

Cheers,
Lorne.
Product Manager - App Engine

On Friday, February 24, 2017 at 7:44:30 AM UTC-8, Robert Gaal wrote:
>
> +1. This is a huge issue for any production app running on App Engine.
>
> On Friday, February 24, 2017 at 11:44:07 AM UTC+1, Aron Adler wrote:
>>
>> Could we clarify exactly what the issue here is? Everything was working 
>> for a couple of days, why did it go back to redirecting to the appspot 
>> domain? 
>>
>> Also seeing as everyone seems to be having the same issue it doesn't 
>> really make sense for everyone to create separate support tickets. Can we 
>> get someone from Google to clarify what can be done to fix this?
>>
>> On Friday, 24 February 2017 02:58:59 UTC, Anthony Davis wrote:
>>>
>>> Same issue here...
>>>
>>> On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger 
>>> wrote:

 Hi Alex-

 I'm seeing this issue with a newly deployed app engine instance. Is it 
 possible to get my domain whitelisted?

 Thanks

 —jr

 On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud 
 Platform Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8883b160-5b3c-4f53-a896-83778b1f6fd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-24 Thread Robert Gaal
+1. This is a huge issue for any production app running on App Engine.

On Friday, February 24, 2017 at 11:44:07 AM UTC+1, Aron Adler wrote:
>
> Could we clarify exactly what the issue here is? Everything was working 
> for a couple of days, why did it go back to redirecting to the appspot 
> domain? 
>
> Also seeing as everyone seems to be having the same issue it doesn't 
> really make sense for everyone to create separate support tickets. Can we 
> get someone from Google to clarify what can be done to fix this?
>
> On Friday, 24 February 2017 02:58:59 UTC, Anthony Davis wrote:
>>
>> Same issue here...
>>
>> On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger 
>> wrote:
>>>
>>> Hi Alex-
>>>
>>> I'm seeing this issue with a newly deployed app engine instance. Is it 
>>> possible to get my domain whitelisted?
>>>
>>> Thanks
>>>
>>> —jr
>>>
>>> On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud 
>>> Platform Support) wrote:

 Good news, it seems like this redirection issue has now been resolved. 
 Custom domains listed on Flexible Environment App Engine instances should 
 work as prescribed without redirecting to an appspot.com URL.

 Regards,
 Alex

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/52a19eba-166b-463d-9bf0-e5aba54b29cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-24 Thread Aron Adler
Could we clarify exactly what the issue here is? Everything was working for 
a couple of days, why did it go back to redirecting to the appspot domain? 

Also seeing as everyone seems to be having the same issue it doesn't really 
make sense for everyone to create separate support tickets. Can we get 
someone from Google to clarify what can be done to fix this?

On Friday, 24 February 2017 02:58:59 UTC, Anthony Davis wrote:
>
> Same issue here...
>
> On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger wrote:
>>
>> Hi Alex-
>>
>> I'm seeing this issue with a newly deployed app engine instance. Is it 
>> possible to get my domain whitelisted?
>>
>> Thanks
>>
>> —jr
>>
>> On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud Platform 
>> Support) wrote:
>>>
>>> Good news, it seems like this redirection issue has now been resolved. 
>>> Custom domains listed on Flexible Environment App Engine instances should 
>>> work as prescribed without redirecting to an appspot.com URL.
>>>
>>> Regards,
>>> Alex
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0ee2ed44-b868-4ce3-a9cc-69c94ea17d21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-23 Thread Anthony Davis
Same issue here...

On Thursday, February 23, 2017 at 1:43:23 PM UTC-6, Joseph Reisinger wrote:
>
> Hi Alex-
>
> I'm seeing this issue with a newly deployed app engine instance. Is it 
> possible to get my domain whitelisted?
>
> Thanks
>
> —jr
>
> On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud Platform 
> Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been resolved. 
>> Custom domains listed on Flexible Environment App Engine instances should 
>> work as prescribed without redirecting to an appspot.com URL.
>>
>> Regards,
>> Alex
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2ecd610e-84b7-4e28-8ae7-ad3dc3845183%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-23 Thread 'Joseph Reisinger' via Google App Engine
Hi Alex-

I'm seeing this issue with a newly deployed app engine instance. Is it 
possible to get my domain whitelisted?

Thanks

—jr

On Wednesday, February 15, 2017 at 8:15:27 AM UTC-8, Alex (Cloud Platform 
Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9fccd363-7b34-4e8d-8479-e23b5e3879b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-23 Thread Andrei Botezatu
We also have the same issue. Google WTF are you doing, this is not good, we 
pay for your services.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a9fb047e-73d6-4a93-8bf0-1d5f44ccc345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-23 Thread Prokop Simek
We have the same issue.


Dne čtvrtek 23. února 2017 0:44:22 UTC+1 David Miller napsal(a):
>
> We appear to be having the same issue - also can't get subdomains to map 
> to a service. - Flexible environment with a container.
>
>
> On Saturday, February 18, 2017 at 10:05:05 AM UTC+11, Mario Gallegos wrote:
>>
>> Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
>> appspot-preview.com and use my custom domain instead.
>>
>> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:
>>>
>>> Hi,
>>>
>>> We made a change this morning which causes some App Engine Flexible apps 
>>> to redirect to appspot-preview.com. 
>>>
>>> If this is causing an issue for you, please create a support case and we 
>>> will provide help.
>>>
>>> https://cloud.google.com/support/
>>>
>>> John Lowry
>>>
>>>
>>>
>>> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:

 Hello Alex, I just tested it and it is not working for me. 

 Is it supposed to be fixed for everyone? or just a few?


 On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
 Platform Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b86d8396-6d99-4fdf-b1a0-8d491fb9a4d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain SSL issue

2017-02-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rodrigo,

It appears this is expected behaviour as Startcom root certificates are 
distrusted by Google and Chrome. See this Google Security Blog post 
 
for 
details.

So, it seems you should get a new root certificate authority. Let me know 
if you have any further questions!

Cheers,

Nick
Cloud Platform Community Support

On Wednesday, February 22, 2017 at 9:16:03 AM UTC-5, Rodrigo Ferreira wrote:
>
> Can someone help me figure out what is wrong with this SSL certificate 
> installation on GAE?
>
>
> upholdex.tk
>
>
> I get a net::ERR_CERT_AUTHORITY_INVALID error on Chrome and a 
> SEC_ERROR_REVOKED_CERTIFICATE on Firefox.
>
>
> The certificates were issued by StartSLL.
>
>
> I have tested the installation with multiple online SSL checking tools, 
> all seem fine. The only one that hints a problem is 
> https://www.htbridge.com/ssl/ where I get "Server sends an unnecessary 
> root certificate.", but I tried removing the root certificate from the 
> chain and the problem persists.
>
>
> A similar setup of a different domain with the same certificate chain 
> works fine on AWS+Nginx. It makes me think that this is something related 
> to GAE. Maybe the StartSSL root certificate has been revoked on GAE? Does 
> this make sense? I have made many deployments of SSL installations but I am 
> far from an expert.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5bf89a10-2a6c-4e38-b2bd-55be3f0c9664%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-22 Thread David Miller
We appear to be having the same issue - also can't get subdomains to map to 
a service. - Flexible environment with a container.


On Saturday, February 18, 2017 at 10:05:05 AM UTC+11, Mario Gallegos wrote:
>
> Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
> appspot-preview.com and use my custom domain instead.
>
> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:
>>
>> Hi,
>>
>> We made a change this morning which causes some App Engine Flexible apps 
>> to redirect to appspot-preview.com. 
>>
>> If this is causing an issue for you, please create a support case and we 
>> will provide help.
>>
>> https://cloud.google.com/support/
>>
>> John Lowry
>>
>>
>>
>> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>>>
>>> Hello Alex, I just tested it and it is not working for me. 
>>>
>>> Is it supposed to be fixed for everyone? or just a few?
>>>
>>>
>>> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
>>> Platform Support) wrote:

 Good news, it seems like this redirection issue has now been resolved. 
 Custom domains listed on Flexible Environment App Engine instances should 
 work as prescribed without redirecting to an appspot.com URL.

 Regards,
 Alex

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b7cefb1f-dea8-4d58-9bdb-d172b363ea4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-22 Thread Nickolas Daskalou
John this is happening to us too.

What is your private email address so I can PM you our app details?


On 20 February 2017 at 16:09, 'John Lowry' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Can you send me your app ID and I will provide help.
>
> On Saturday, February 18, 2017 at 8:09:28 AM UTC-8, Gene Linetsky wrote:
>>
>> Same here... Any news?
>>
>> On Friday, February 17, 2017 at 3:05:05 PM UTC-8, Mario Gallegos wrote:
>>>
>>> Thanks John, but what i'm trying yo do is to avoid my app to redirect to
>>> appspot-preview.com and use my custom domain instead.
>>>
>>> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:

 Hi,

 We made a change this morning which causes some App Engine Flexible
 apps to redirect to appspot-preview.com.

 If this is causing an issue for you, please create a support case and
 we will provide help.

 https://cloud.google.com/support/

 John Lowry



 On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>
> Hello Alex, I just tested it and it is not working for me.
>
> Is it supposed to be fixed for everyone? or just a few?
>
>
> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud
> Platform Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been
>> resolved. Custom domains listed on Flexible Environment App Engine
>> instances should work as prescribed without redirecting to an
>> appspot.com URL.
>>
>> Regards,
>> Alex
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/e2c3cb7a-6472-4ae8-a849-
> 2c904b4a3498%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuCAF7qW2Ps0tKPAfDq9cMf6GmEnZ4%3DNbkPLL_ANNtXR6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-21 Thread AGoogleUser 100
I sent you a private message with my app ID. Please help. This is not 
normal.

On Monday, February 20, 2017 at 6:09:56 AM UTC+1, John Lowry wrote:
>
> Can you send me your app ID and I will provide help.
>
> On Saturday, February 18, 2017 at 8:09:28 AM UTC-8, Gene Linetsky wrote:
>>
>> Same here... Any news?
>>
>> On Friday, February 17, 2017 at 3:05:05 PM UTC-8, Mario Gallegos wrote:
>>>
>>> Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
>>> appspot-preview.com and use my custom domain instead.
>>>
>>> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:

 Hi,

 We made a change this morning which causes some App Engine Flexible 
 apps to redirect to appspot-preview.com. 

 If this is causing an issue for you, please create a support case and 
 we will provide help.

 https://cloud.google.com/support/

 John Lowry



 On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>
> Hello Alex, I just tested it and it is not working for me. 
>
> Is it supposed to be fixed for everyone? or just a few?
>
>
> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
> Platform Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been 
>> resolved. Custom domains listed on Flexible Environment App Engine 
>> instances should work as prescribed without redirecting to an 
>> appspot.com URL.
>>
>> Regards,
>> Alex
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6b4076cd-c7ab-44a1-b711-50f7e69d565d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-19 Thread 'John Lowry' via Google App Engine
Can you send me your app ID and I will provide help.

On Saturday, February 18, 2017 at 8:09:28 AM UTC-8, Gene Linetsky wrote:
>
> Same here... Any news?
>
> On Friday, February 17, 2017 at 3:05:05 PM UTC-8, Mario Gallegos wrote:
>>
>> Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
>> appspot-preview.com and use my custom domain instead.
>>
>> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:
>>>
>>> Hi,
>>>
>>> We made a change this morning which causes some App Engine Flexible apps 
>>> to redirect to appspot-preview.com. 
>>>
>>> If this is causing an issue for you, please create a support case and we 
>>> will provide help.
>>>
>>> https://cloud.google.com/support/
>>>
>>> John Lowry
>>>
>>>
>>>
>>> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:

 Hello Alex, I just tested it and it is not working for me. 

 Is it supposed to be fixed for everyone? or just a few?


 On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
 Platform Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e2c3cb7a-6472-4ae8-a849-2c904b4a3498%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-18 Thread Gene Linetsky
Same here... Any news?

On Friday, February 17, 2017 at 3:05:05 PM UTC-8, Mario Gallegos wrote:
>
> Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
> appspot-preview.com and use my custom domain instead.
>
> On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:
>>
>> Hi,
>>
>> We made a change this morning which causes some App Engine Flexible apps 
>> to redirect to appspot-preview.com. 
>>
>> If this is causing an issue for you, please create a support case and we 
>> will provide help.
>>
>> https://cloud.google.com/support/
>>
>> John Lowry
>>
>>
>>
>> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>>>
>>> Hello Alex, I just tested it and it is not working for me. 
>>>
>>> Is it supposed to be fixed for everyone? or just a few?
>>>
>>>
>>> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
>>> Platform Support) wrote:

 Good news, it seems like this redirection issue has now been resolved. 
 Custom domains listed on Flexible Environment App Engine instances should 
 work as prescribed without redirecting to an appspot.com URL.

 Regards,
 Alex

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7710bffd-5c1b-4860-b977-da7617f8e215%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-18 Thread Gene Linetsky
How am I supposed to create a support case? There's no option except via 
signing up for paid support.

Google broke my app and now wants me to pay to fix it?

Come on.

On Friday, February 17, 2017 at 1:21:43 PM UTC-8, John Lowry wrote:
>
> Hi,
>
> We made a change this morning which causes some App Engine Flexible apps 
> to redirect to appspot-preview.com. 
>
> If this is causing an issue for you, please create a support case and we 
> will provide help.
>
> https://cloud.google.com/support/
>
> John Lowry
>
>
>
> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>>
>> Hello Alex, I just tested it and it is not working for me. 
>>
>> Is it supposed to be fixed for everyone? or just a few?
>>
>>
>> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
>> Platform Support) wrote:
>>>
>>> Good news, it seems like this redirection issue has now been resolved. 
>>> Custom domains listed on Flexible Environment App Engine instances should 
>>> work as prescribed without redirecting to an appspot.com URL.
>>>
>>> Regards,
>>> Alex
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b1b0af96-5041-41f0-9659-c5ea91166eda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread Mario Gallegos
Thanks John, but what i'm trying yo do is to avoid my app to redirect to 
appspot-preview.com and use my custom domain instead.

On Friday, February 17, 2017 at 3:21:43 PM UTC-6, John Lowry wrote:
>
> Hi,
>
> We made a change this morning which causes some App Engine Flexible apps 
> to redirect to appspot-preview.com. 
>
> If this is causing an issue for you, please create a support case and we 
> will provide help.
>
> https://cloud.google.com/support/
>
> John Lowry
>
>
>
> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>>
>> Hello Alex, I just tested it and it is not working for me. 
>>
>> Is it supposed to be fixed for everyone? or just a few?
>>
>>
>> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
>> Platform Support) wrote:
>>>
>>> Good news, it seems like this redirection issue has now been resolved. 
>>> Custom domains listed on Flexible Environment App Engine instances should 
>>> work as prescribed without redirecting to an appspot.com URL.
>>>
>>> Regards,
>>> Alex
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b8c3e06f-81ee-452a-87a2-99f2c2992cbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread Joe Marino
already had to change my code to call the appspot-preview. thanks for the 
unannounced change which broke my app for an entire day.

On Friday, February 17, 2017 at 4:21:43 PM UTC-5, John Lowry wrote:
>
> Hi,
>
> We made a change this morning which causes some App Engine Flexible apps 
> to redirect to appspot-preview.com. 
>
> If this is causing an issue for you, please create a support case and we 
> will provide help.
>
> https://cloud.google.com/support/
>
> John Lowry
>
>
>
> On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>>
>> Hello Alex, I just tested it and it is not working for me. 
>>
>> Is it supposed to be fixed for everyone? or just a few?
>>
>>
>> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud 
>> Platform Support) wrote:
>>>
>>> Good news, it seems like this redirection issue has now been resolved. 
>>> Custom domains listed on Flexible Environment App Engine instances should 
>>> work as prescribed without redirecting to an appspot.com URL.
>>>
>>> Regards,
>>> Alex
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4163e8de-e77c-4785-ac5e-6ba56ff53d92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread Joe Marino
stop linking to this form. it's been down for a few months

On Wednesday, February 8, 2017 at 6:02:21 PM UTC-5, Alex (Cloud Platform 
Support) wrote:
>
> For future reference, it will be necessary to follow any updates provided 
> on the Custom Domains Inquiry form 
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/63c84de0-550a-4b51-b205-250efe98bbc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread 'John Lowry' via Google App Engine
Hi,

We made a change this morning which causes some App Engine Flexible apps to 
redirect to appspot-preview.com. 

If this is causing an issue for you, please create a support case and we 
will provide help.

https://cloud.google.com/support/

John Lowry



On Friday, February 17, 2017 at 12:45:26 PM UTC-8, Mario Gallegos wrote:
>
> Hello Alex, I just tested it and it is not working for me. 
>
> Is it supposed to be fixed for everyone? or just a few?
>
>
> On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud Platform 
> Support) wrote:
>>
>> Good news, it seems like this redirection issue has now been resolved. 
>> Custom domains listed on Flexible Environment App Engine instances should 
>> work as prescribed without redirecting to an appspot.com URL.
>>
>> Regards,
>> Alex
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1400d9fb-15e6-4355-b63f-07e6d4627070%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread Mario Gallegos
Hello Alex, I just tested it and it is not working for me. 

Is it supposed to be fixed for everyone? or just a few?


On Wednesday, February 15, 2017 at 10:15:27 AM UTC-6, Alex (Cloud Platform 
Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e64782d5-c80d-47c6-a060-45c326599b62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-16 Thread himanshu kapoor
Thanks Alex, It's working now.

On Wednesday, February 15, 2017 at 9:45:27 PM UTC+5:30, Alex (Cloud 
Platform Support) wrote:
>
> Good news, it seems like this redirection issue has now been resolved. 
> Custom domains listed on Flexible Environment App Engine instances should 
> work as prescribed without redirecting to an appspot.com URL.
>
> Regards,
> Alex
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f624348e-c670-4294-a167-ad16c5cfe86d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-15 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Good news, it seems like this redirection issue has now been resolved. 
Custom domains listed on Flexible Environment App Engine instances should 
work as prescribed without redirecting to an appspot.com URL.

Regards,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/23fb8cd9-d74d-4b96-a3f1-55893a9bdce7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-09 Thread Aron Adler
Hi,

I have the same problem. Could someone please advise on how to whitelist my 
custom domain now that the whitelist request form is gone?

Thanks

On Tuesday, 31 January 2017 10:49:03 UTC, himanshu kapoor wrote:
>
> Hi Guys,
>
> I have mapped custom domain in my application but it redirects to my 
> appspot URL.
>
> check below URL:
> https://500bawal.com
>
> Note: Previously this domain was hosted on some other google project and 
> was working fine from which there i removed it (including verification) and 
> hosted on different google project.
>
> Can anyone help me in figuring out this.
>
> Thanks  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/47388086-50b7-48bc-a309-0c613754992e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
For future reference, it will be necessary to follow any updates provided 
on the Custom Domains Inquiry form 

.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ba64d0c0-8f3e-4ce6-bbfc-8089e2e010ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-08 Thread Matthew Tew
Hi Alex,

I also need to have a domain whitelisted.  We actually had it working 
before, but the project got shutdown accidentally.  When we relaunched it 
now does the forwarding to the appspot-preview and is causing issues within 
our app.  We'd like to get this fixed as soon as possible.

Thanks,
Matt


On Thursday, February 2, 2017 at 3:41:54 PM UTC-5, Alex (Cloud Platform 
Support) wrote:
>
> Hi Fernando,
>
> It does seem that your issue may be solved by whitelisting your custom 
> domain as well and you will be contacted by email shortly to provide 
> additional information regarding your project. 
>
> For anyone reading this post in future and experiencing the same issue, it 
> will be necessary to proceed as this Custom Domains Inquiry form 
> 
>  
> advises and wait for it to become available for further assistance.
>
> Regards,
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/487e7cd9-215e-4b32-8b6d-c497834f3804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-07 Thread Nicola Donadoni
Hi Alex,

We recently moved a professional website from Heroku to Google Cloud and we 
are experiencing the same problem when trying to use a custom domain. At 
the moment our users are having troubles due to the change in the domain, 
could you please whitelist volo.org.uk? You can contact me for any 
information you may need.

Kind Regards,
Nicola

On Thursday, 2 February 2017 21:41:54 UTC+1, Alex (Cloud Platform Support) 
wrote:
>
> Hi Fernando,
>
> It does seem that your issue may be solved by whitelisting your custom 
> domain as well and you will be contacted by email shortly to provide 
> additional information regarding your project. 
>
> For anyone reading this post in future and experiencing the same issue, it 
> will be necessary to proceed as this Custom Domains Inquiry form 
> 
>  
> advises and wait for it to become available for further assistance.
>
> Regards,
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9d1b7f90-eade-44d1-8ee4-f02a1ed556ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-06 Thread Kartik S Kumar
Hi Alex,

I have the same issue. Can you please whitelist my custom domain. 

On Thursday, February 2, 2017 at 2:41:54 PM UTC-6, Alex (Cloud Platform 
Support) wrote:
>
> Hi Fernando,
>
> It does seem that your issue may be solved by whitelisting your custom 
> domain as well and you will be contacted by email shortly to provide 
> additional information regarding your project. 
>
> For anyone reading this post in future and experiencing the same issue, it 
> will be necessary to proceed as this Custom Domains Inquiry form 
> 
>  
> advises and wait for it to become available for further assistance.
>
> Regards,
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b2b37ac0-f384-4d4c-8766-658dae472996%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Hi Fernando,

It does seem that your issue may be solved by whitelisting your custom 
domain as well and you will be contacted by email shortly to provide 
additional information regarding your project. 

For anyone reading this post in future and experiencing the same issue, it 
will be necessary to proceed as this Custom Domains Inquiry form 

 
advises and wait for it to become available for further assistance.

Regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b591e641-8c5c-4438-b43b-e6c2179da36c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-01 Thread Fernando Gonzalez
Hi Alex, I think I have the same problem: my custom domain keeps being 
redirected to *.appspot-preview.com. 

Is this solved by whitelisting it? How can I do that? https://miwinkel.com

Thanks

On Tuesday, January 31, 2017 at 3:54:03 PM UTC-7, Alex (Cloud Platform 
Support) wrote:
>
> Hi Himanshu,
>
> As your application is hosted on a GAE Flexible environment instance 
> (since redirected URL includes *.appspot-preview.com), custom domains 
> need to be whitelisted as mentioned in this Before you Begin section 
> .
>  
> In the third point, it is possible to whitelist the domains by filling out 
> this Google contact form 
> . 
> However, as this form is currently unavailable, you will be contacted by 
> email shortly to provide additional information regarding your project.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f8f58c93-4457-4a65-a029-d909227cb098%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain redirecting to appspot URL

2017-01-31 Thread 'Alex (Cloud Platform Support)' via Google App Engine


Hi Himanshu,

As your application is hosted on a GAE Flexible environment instance (since 
redirected URL includes *.appspot-preview.com), custom domains need to be 
whitelisted as mentioned in this Before you Begin section 
.
 
In the third point, it is possible to whitelist the domains by filling out 
this Google contact form 
. However, 
as this form is currently unavailable, you will be contacted by email 
shortly to provide additional information regarding your project.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bc798d13-f334-433d-87d7-8c0f06b611e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-11-30 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

In attempting to access the website, I find that the DNS mapping does work 
- the domain name maps to the IP's shown - but that there's an "unknown SSL 
error" after following the first redirect:


$ curl -v http://youth-entrepreneurship.vidyadeep.org
* Rebuilt URL to: http://youth-entrepreneurship.vidyadeep.org/
*   Trying 216.239.36.21...
* TCP_NODELAY set
* Connected to youth-entrepreneurship.vidyadeep.org (216.239.36.21) port 80 
(#0)
> GET / HTTP/1.1
> Host: youth-entrepreneurship.vidyadeep.org
> User-Agent: curl/7.51.0
> Accept: */*
> 
< HTTP/1.1 302 Found
< Location: https://youth-entrepreneurship.vidyadeep.org/
< X-Cloud-Trace-Context: 32515309a4661b3b7cc0eee9d5d32e5b
< Date: Wed, 30 Nov 2016 17:42:35 GMT
< Content-Type: text/html
< Server: Google Frontend
< Content-Length: 0
< 
* Curl_http_done: called premature == 0
* Connection #0 to host youth-entrepreneurship.vidyadeep.org left intact





$ curl -v https://youth-entrepreneurship.vidyadeep.org
* Rebuilt URL to: https://youth-entrepreneurship.vidyadeep.org/
*   Trying 216.239.36.21...
* TCP_NODELAY set
* Connected to youth-entrepreneurship.vidyadeep.org (216.239.36.21) port 
443 (#0)
* Cipher selection: 
ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to 
youth-entrepreneurship.vidyadeep.org:443 
* Curl_http_done: called premature == 1
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to 
youth-entrepreneurship.vidyadeep.org:443 



Have you set up SSL in any way?

Cheers,

Nick
Cloud Platform Community Support

On Tuesday, November 29, 2016 at 10:49:33 PM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> Thank U very much for replying me. As per your suggestions I made some 
> additions in my DNS settings. Attached herewith SS of that:
>
> ​Also find herewith SS of my Application settings where the records are 
> reflected which I have been added in my DNS settings:
>
> ​ *I want to just mention here that the "Alias" field for the "A" 
> & "" records is shows as "none". *
>  Also want to mention that still my application doesn't access 
> through "Custom Domain". I think I might be doing something wrong that's 
> why all of this happens. Please sir help for to resolve this. I works upon 
> this issue every day but still not get any results for my efforts.
> Waiting for your reply.
> Thank U.
> Tejas
>
> On Wed, Nov 30, 2016 at 12:01 AM, 'Nick (Cloud Platform Support)' via 
> Google App Engine  wrote:
>
>> Hey Tejas,
>>
>> As mentioned, "@" is just an alias for the naked domain. You should put "
>> youthentrepreneurship.vidyadeep.com" (no subdomain) there. It's odd that 
>> your DNS service isn't accepting "@". Anyways, let us know how that goes. 
>>
>> Cheers,
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Tuesday, November 22, 2016 at 10:46:24 PM UTC-5, Tejas Phase wrote:
>>>
>>> Hello Nick Sir,
>>> Really Thanks for supporting me by replying. Right now the www. is 
>>> successfully attached to the CNAME record.
>>> Find herewith SS for that:
>>> But while attaching @. for A/ record, my CPANEL gives me the 
>>> following error. Find herewith attached SS of that error:
>>>I think, I might be doing some mistake while attaching @. Can 
>>> u please tell me the right format for attaching this​ just like told me for 
>>> the CNAME. Also I read all the documentation "Server Fault" documentations 
>>> but not found any documentation on how to attached it.
>>> So can u guide me for this.
>>> Thank U.
>>> On Tue, Nov 22, 2016 at 9:43 PM, 'Nick (Cloud Platform Support)' via 
>>> Google App Engine  wrote:
>>>
 Hey Tejas,

 The "alias" is just internal to the Console UI, as far as I know. Is 
 the custom domain routing working? If so, everything's fine.

 Cheers,

 Nick
 Cloud Platform Community Support

 On Tuesday, November 22, 2016 at 1:23:46 AM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> After attached www. to CNAME record,the App-Engine->custom domain 
> settings for my project is shows as following:
> In the above image the "Alise" field is changed(previous it was 
> youth-entrepreneurship rather www)
> So just want to ask u whether this change is correct?
> Thank u.
> Tejas
> ​ 
>
> On Tue, Nov 22, 2016 at 10:12 AM, Tejas Phase  > wrote:
>
>> Hello Nick Sir,
>> Really Thanks for supporting me by replying. Right now the www. is 
>> successfully attached to the CNAME record.
>> Find herewith SS for that:
>>
>> But while attaching @. for A/ record, my CPANEL gives me the 
>> following error. Find herewith attached SS of that error:
>>
>> I think, I might be using some syntax for attaching @. Can u please 
>> tell me

Re: [google-appengine] Re: Custom Domain not working

2016-11-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

As mentioned, "@" is just an alias for the naked domain. You should put 
"youthentrepreneurship.vidyadeep.com" (no subdomain) there. It's odd that 
your DNS service isn't accepting "@". Anyways, let us know how that goes. 

Cheers,

Nick
Cloud Platform Community Support

On Tuesday, November 22, 2016 at 10:46:24 PM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> Really Thanks for supporting me by replying. Right now the www. is 
> successfully attached to the CNAME record.
> Find herewith SS for that:
> But while attaching @. for A/ record, my CPANEL gives me the following 
> error. Find herewith attached SS of that error:
>I think, I might be doing some mistake while attaching @. Can u 
> please tell me the right format for attaching this​ just like told me for 
> the CNAME. Also I read all the documentation "Server Fault" documentations 
> but not found any documentation on how to attached it.
> So can u guide me for this.
> Thank U.
> On Tue, Nov 22, 2016 at 9:43 PM, 'Nick (Cloud Platform Support)' via 
> Google App Engine  wrote:
>
>> Hey Tejas,
>>
>> The "alias" is just internal to the Console UI, as far as I know. Is the 
>> custom domain routing working? If so, everything's fine.
>>
>> Cheers,
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Tuesday, November 22, 2016 at 1:23:46 AM UTC-5, Tejas Phase wrote:
>>>
>>> Hello Nick Sir,
>>> After attached www. to CNAME record,the App-Engine->custom domain 
>>> settings for my project is shows as following:
>>> In the above image the "Alise" field is changed(previous it was 
>>> youth-entrepreneurship rather www)
>>> So just want to ask u whether this change is correct?
>>> Thank u.
>>> Tejas
>>> ​ 
>>>
>>> On Tue, Nov 22, 2016 at 10:12 AM, Tejas Phase  
>>> wrote:
>>>
 Hello Nick Sir,
 Really Thanks for supporting me by replying. Right now the www. is 
 successfully attached to the CNAME record.
 Find herewith SS for that:

 But while attaching @. for A/ record, my CPANEL gives me the 
 following error. Find herewith attached SS of that error:

 I think, I might be using some syntax for attaching @. Can u please 
 tell me the right format for attaching this​ just like told me for the 
 CNAME. Also I read all the documentation "Server Fault" documentations but 
 not found any documentation on how to attached it.
 So can u guide me for this.
 Thank U.
 Tejas


 On Tue, Nov 22, 2016 at 1:19 AM, 'Nick (Cloud Platform Support)' via 
 Google App Engine  wrote:

> Hey Tejas,
>
> You should use www.mydomain.com and @. "@" is just a symbol for "
> mydomain.com".
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
> On Monday, November 21, 2016 at 1:12:08 PM UTC-5, Tejas Phase wrote:
>>
>> Hello Nick Sir,
>> Just want to ask in what format should I attached it..I mean for 
>> CNAME-- www.mydomain.com or simply www. & same for A/ records 
>> i.e @.mydomain.com or simply @.
>> Waiting for reply.
>> Tejas
>> On Mon, Nov 21, 2016 at 10:51 PM, Tejas Phase <
>> phase.teja...@gmail.com> wrote:
>>
>>> Thank U very much Nick Sir for replying me. i will look upon your 
>>> resources & surely reply u back.
>>> Thanks once again.
>>> On Mon, Nov 21, 2016 at 10:26 PM, 'Nick (Cloud Platform Support)' 
>>> via Google App Engine  wrote:
>>>
 Hey Tejas,

 As the console shows, you should attach the CNAME record for www. 
 and the A/ records for @.

 If you're unfamiliar with the "@" symbol in DNS, this serverfault 
 Q&A 
 
  
 has quite a few responses.

 Let us know how that works for you.

 Regards,

 Nick
 Cloud Platform Community Support

 On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase 
 wrote:
>
> Hello Nick Sir,
> Thank you very much for replying me. I added all the 
> records(CNAME,A,)into my Domain DNS records but still facing 
> problem 
> while accessing application using custom domain. 
> Attached here the SS of my custom Domain DNS records settings:
>
> ​Also attached here SS of DNS Lookup report for record A, & 
> CNAME of MX Toolbox tool.
> Record A SS:
>
> ​Record  SS:
>
> ​Record TXT SS:
>
> ​(
> *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in 
> Domains' DNS record..zone file record) OR just need to put either 
> A, or 
> CNAME) Because at the time of putting all these records in DNS file 
> records 
> of my Domain there was an error coming when adding CNAME reco

Re: [google-appengine] Re: Custom Domain not working

2016-11-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

The "alias" is just internal to the Console UI, as far as I know. Is the 
custom domain routing working? If so, everything's fine.

Cheers,

Nick
Cloud Platform Community Support

On Tuesday, November 22, 2016 at 1:23:46 AM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> After attached www. to CNAME record,the App-Engine->custom domain settings 
> for my project is shows as following:
> In the above image the "Alise" field is changed(previous it was 
> youth-entrepreneurship rather www)
> So just want to ask u whether this change is correct?
> Thank u.
> Tejas
> ​ 
>
> On Tue, Nov 22, 2016 at 10:12 AM, Tejas Phase  
> wrote:
>
>> Hello Nick Sir,
>> Really Thanks for supporting me by replying. Right now the www. is 
>> successfully attached to the CNAME record.
>> Find herewith SS for that:
>>
>> But while attaching @. for A/ record, my CPANEL gives me the 
>> following error. Find herewith attached SS of that error:
>>
>> I think, I might be using some syntax for attaching @. Can u please tell 
>> me the right format for attaching this​ just like told me for the CNAME. 
>> Also I read all the documentation "Server Fault" documentations but not 
>> found any documentation on how to attached it.
>> So can u guide me for this.
>> Thank U.
>> Tejas
>>
>>
>> On Tue, Nov 22, 2016 at 1:19 AM, 'Nick (Cloud Platform Support)' via 
>> Google App Engine  wrote:
>>
>>> Hey Tejas,
>>>
>>> You should use www.mydomain.com and @. "@" is just a symbol for "
>>> mydomain.com".
>>>
>>> Cheers,
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>> On Monday, November 21, 2016 at 1:12:08 PM UTC-5, Tejas Phase wrote:

 Hello Nick Sir,
 Just want to ask in what format should I attached it..I mean for 
 CNAME-- www.mydomain.com or simply www. & same for A/ records i.e 
 @.mydomain.com or simply @.
 Waiting for reply.
 Tejas
 On Mon, Nov 21, 2016 at 10:51 PM, Tejas Phase  
 wrote:

> Thank U very much Nick Sir for replying me. i will look upon your 
> resources & surely reply u back.
> Thanks once again.
> On Mon, Nov 21, 2016 at 10:26 PM, 'Nick (Cloud Platform Support)' via 
> Google App Engine  wrote:
>
>> Hey Tejas,
>>
>> As the console shows, you should attach the CNAME record for www. and 
>> the A/ records for @.
>>
>> If you're unfamiliar with the "@" symbol in DNS, this serverfault Q&A 
>> 
>>  
>> has quite a few responses.
>>
>> Let us know how that works for you.
>>
>> Regards,
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase wrote:
>>>
>>> Hello Nick Sir,
>>> Thank you very much for replying me. I added all the 
>>> records(CNAME,A,)into my Domain DNS records but still facing 
>>> problem 
>>> while accessing application using custom domain. 
>>> Attached here the SS of my custom Domain DNS records settings:
>>>
>>> ​Also attached here SS of DNS Lookup report for record A, & 
>>> CNAME of MX Toolbox tool.
>>> Record A SS:
>>>
>>> ​Record  SS:
>>>
>>> ​Record TXT SS:
>>>
>>> ​(
>>> *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in 
>>> Domains' DNS record..zone file record) OR just need to put either 
>>> A, or 
>>> CNAME) Because at the time of putting all these records in DNS file 
>>> records 
>>> of my Domain there was an error coming when adding CNAME record. That's 
>>> why 
>>> asking this question.)*
>>> *Waiting for your reply.*
>>> Yours truly,
>>> Tejas
>>> On Fri, Nov 18, 2016 at 10:32 PM, 'Nick (Cloud Platform Support)' 
>>> via Google App Engine  wrote:
>>>
 Hey Tejas,

 The Console view you showed is displaying the DNS records that will 
 need to be added to your domain's DNS zone file. Have you put the CNAM 
 and/or A/ records into your DNS records for your domain?

 Overall, a thread like this asking for specific-issue technical 
 support should be posted to StackOverflow 
 , while this forum is meant for more 
 higher-level and general discussion of design patterns and the 
 platform's 
 services, etc. 

 Cheers

 Nick
 Cloud Platform Community Support

 On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase 
 wrote:
>
> Hello,
> I created one Web application(MOOC) on Google Course Builder & 
> deploy it on GAE. After successfully creating all the course I 
> claimed for 
> custom domain for my application rather than 
> https://my-application.appspot.com 
> By performing all the steps

Re: [google-appengine] Re: Custom Domain not working

2016-11-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

You should use www.mydomain.com and @. "@" is just a symbol for 
"mydomain.com".

Cheers,

Nick
Cloud Platform Community Support

On Monday, November 21, 2016 at 1:12:08 PM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> Just want to ask in what format should I attached it..I mean for CNAME-- 
> www.mydomain.com or simply www. & same for A/ records i.e @.
> mydomain.com or simply @.
> Waiting for reply.
> Tejas
> On Mon, Nov 21, 2016 at 10:51 PM, Tejas Phase  
> wrote:
>
>> Thank U very much Nick Sir for replying me. i will look upon your 
>> resources & surely reply u back.
>> Thanks once again.
>> On Mon, Nov 21, 2016 at 10:26 PM, 'Nick (Cloud Platform Support)' via 
>> Google App Engine  wrote:
>>
>>> Hey Tejas,
>>>
>>> As the console shows, you should attach the CNAME record for www. and 
>>> the A/ records for @.
>>>
>>> If you're unfamiliar with the "@" symbol in DNS, this serverfault Q&A 
>>> 
>>>  
>>> has quite a few responses.
>>>
>>> Let us know how that works for you.
>>>
>>> Regards,
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>> On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase wrote:

 Hello Nick Sir,
 Thank you very much for replying me. I added all the 
 records(CNAME,A,)into my Domain DNS records but still facing problem 
 while accessing application using custom domain. 
 Attached here the SS of my custom Domain DNS records settings:

 ​Also attached here SS of DNS Lookup report for record A, & CNAME 
 of MX Toolbox tool.
 Record A SS:

 ​Record  SS:

 ​Record TXT SS:

 ​(
 *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in 
 Domains' DNS record..zone file record) OR just need to put either A, 
 or 
 CNAME) Because at the time of putting all these records in DNS file 
 records 
 of my Domain there was an error coming when adding CNAME record. That's 
 why 
 asking this question.)*
 *Waiting for your reply.*
 Yours truly,
 Tejas
 On Fri, Nov 18, 2016 at 10:32 PM, 'Nick (Cloud Platform Support)' via 
 Google App Engine  wrote:

> Hey Tejas,
>
> The Console view you showed is displaying the DNS records that will 
> need to be added to your domain's DNS zone file. Have you put the CNAM 
> and/or A/ records into your DNS records for your domain?
>
> Overall, a thread like this asking for specific-issue technical 
> support should be posted to StackOverflow , 
> while this forum is meant for more higher-level and general discussion of 
> design patterns and the platform's services, etc. 
>
> Cheers
>
> Nick
> Cloud Platform Community Support
>
> On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase wrote:
>>
>> Hello,
>> I created one Web application(MOOC) on Google Course Builder & deploy 
>> it on GAE. After successfully creating all the course I claimed for 
>> custom 
>> domain for my application rather than 
>> https://my-application.appspot.com 
>> By performing all the steps mentioned in documentation of GCP for 
>> mapping custom domain to your application I still not access my course 
>> using my custom domain.
>> Attached herewith the SS of my application setting where it shows the 
>> domain successfully mapped. But its not working:
>>
>> Please help me to resolve this issue. Really gets frustrated due this 
>> problem.
>>
>> Its an urgent. Please reply asap.
>>
>> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/google-appengine/VHLcx1sJ0QA/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to 
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/ae4e3597-34dd-4947-acd5-61848b3f27a4%40googlegroups.com
>  
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

 -- 
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/google-appengine/VHLcx1sJ0QA/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to

Re: [google-appengine] Re: Custom Domain not working

2016-11-21 Thread Tejas Phase
Hello Nick Sir,
Just want to ask in what format should I attached it..I mean for CNAME--
www.mydomain.com or simply www. & same for A/ records i.e @.mydomain.com
or simply @.
Waiting for reply.
Tejas
On Mon, Nov 21, 2016 at 10:51 PM, Tejas Phase 
wrote:

> Thank U very much Nick Sir for replying me. i will look upon your
> resources & surely reply u back.
> Thanks once again.
> On Mon, Nov 21, 2016 at 10:26 PM, 'Nick (Cloud Platform Support)' via
> Google App Engine  wrote:
>
>> Hey Tejas,
>>
>> As the console shows, you should attach the CNAME record for www. and the
>> A/ records for @.
>>
>> If you're unfamiliar with the "@" symbol in DNS, this serverfault Q&A
>> 
>> has quite a few responses.
>>
>> Let us know how that works for you.
>>
>> Regards,
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase wrote:
>>>
>>> Hello Nick Sir,
>>> Thank you very much for replying me. I added all the
>>> records(CNAME,A,)into my Domain DNS records but still facing problem
>>> while accessing application using custom domain.
>>> Attached here the SS of my custom Domain DNS records settings:
>>>
>>> ​Also attached here SS of DNS Lookup report for record A, & CNAME of
>>> MX Toolbox tool.
>>> Record A SS:
>>>
>>> ​Record  SS:
>>>
>>> ​Record TXT SS:
>>>
>>> ​(
>>> *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in
>>> Domains' DNS record..zone file record) OR just need to put either A, or
>>> CNAME) Because at the time of putting all these records in DNS file records
>>> of my Domain there was an error coming when adding CNAME record. That's why
>>> asking this question.)*
>>> *Waiting for your reply.*
>>> Yours truly,
>>> Tejas
>>> On Fri, Nov 18, 2016 at 10:32 PM, 'Nick (Cloud Platform Support)' via
>>> Google App Engine  wrote:
>>>
 Hey Tejas,

 The Console view you showed is displaying the DNS records that will
 need to be added to your domain's DNS zone file. Have you put the CNAM
 and/or A/ records into your DNS records for your domain?

 Overall, a thread like this asking for specific-issue technical support
 should be posted to StackOverflow , while
 this forum is meant for more higher-level and general discussion of design
 patterns and the platform's services, etc.

 Cheers

 Nick
 Cloud Platform Community Support

 On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase wrote:
>
> Hello,
> I created one Web application(MOOC) on Google Course Builder & deploy
> it on GAE. After successfully creating all the course I claimed for custom
> domain for my application rather than https://my-application.appspot
> .com
> By performing all the steps mentioned in documentation of GCP for
> mapping custom domain to your application I still not access my course
> using my custom domain.
> Attached herewith the SS of my application setting where it shows the
> domain successfully mapped. But its not working:
>
> Please help me to resolve this issue. Really gets frustrated due this
> problem.
>
> Its an urgent. Please reply asap.
>
> --
 You received this message because you are subscribed to a topic in the
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit https://groups.google.com/d/to
 pic/google-appengine/VHLcx1sJ0QA/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at https://groups.google.com/group/google-appengine.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/google-appengine/ae4e3597-34dd-4947-acd5-61848b3f27a4%40
 googlegroups.com
 
 .

 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/google-appengine/VHLcx1sJ0QA/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-appengine/f8c1323f-8dd3-4b7f-891b-f04a47a3fae3%
>> 40googlegroups.com
>> 

Re: [google-appengine] Re: Custom Domain not working

2016-11-21 Thread Tejas Phase
Thank U very much Nick Sir for replying me. i will look upon your resources
& surely reply u back.
Thanks once again.
On Mon, Nov 21, 2016 at 10:26 PM, 'Nick (Cloud Platform Support)' via
Google App Engine  wrote:

> Hey Tejas,
>
> As the console shows, you should attach the CNAME record for www. and the
> A/ records for @.
>
> If you're unfamiliar with the "@" symbol in DNS, this serverfault Q&A
> 
> has quite a few responses.
>
> Let us know how that works for you.
>
> Regards,
>
> Nick
> Cloud Platform Community Support
>
> On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase wrote:
>>
>> Hello Nick Sir,
>> Thank you very much for replying me. I added all the
>> records(CNAME,A,)into my Domain DNS records but still facing problem
>> while accessing application using custom domain.
>> Attached here the SS of my custom Domain DNS records settings:
>>
>> ​Also attached here SS of DNS Lookup report for record A, & CNAME of
>> MX Toolbox tool.
>> Record A SS:
>>
>> ​Record  SS:
>>
>> ​Record TXT SS:
>>
>> ​(
>> *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in
>> Domains' DNS record..zone file record) OR just need to put either A, or
>> CNAME) Because at the time of putting all these records in DNS file records
>> of my Domain there was an error coming when adding CNAME record. That's why
>> asking this question.)*
>> *Waiting for your reply.*
>> Yours truly,
>> Tejas
>> On Fri, Nov 18, 2016 at 10:32 PM, 'Nick (Cloud Platform Support)' via
>> Google App Engine  wrote:
>>
>>> Hey Tejas,
>>>
>>> The Console view you showed is displaying the DNS records that will need
>>> to be added to your domain's DNS zone file. Have you put the CNAM and/or
>>> A/ records into your DNS records for your domain?
>>>
>>> Overall, a thread like this asking for specific-issue technical support
>>> should be posted to StackOverflow , while
>>> this forum is meant for more higher-level and general discussion of design
>>> patterns and the platform's services, etc.
>>>
>>> Cheers
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>> On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase wrote:

 Hello,
 I created one Web application(MOOC) on Google Course Builder & deploy
 it on GAE. After successfully creating all the course I claimed for custom
 domain for my application rather than https://my-application.appspot
 .com
 By performing all the steps mentioned in documentation of GCP for
 mapping custom domain to your application I still not access my course
 using my custom domain.
 Attached herewith the SS of my application setting where it shows the
 domain successfully mapped. But its not working:

 Please help me to resolve this issue. Really gets frustrated due this
 problem.

 Its an urgent. Please reply asap.

 --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/google-appengine/VHLcx1sJ0QA/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/ae4e3597-34dd-4947-acd5-61848b3f27a4%
>>> 40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/VHLcx1sJ0QA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/f8c1323f-8dd3-4b7f-891b-
> f04a47a3fae3%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegr

Re: [google-appengine] Re: Custom Domain not working

2016-11-21 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

As the console shows, you should attach the CNAME record for www. and the 
A/ records for @.

If you're unfamiliar with the "@" symbol in DNS, this serverfault Q&A 

 
has quite a few responses.

Let us know how that works for you.

Regards,

Nick
Cloud Platform Community Support

On Friday, November 18, 2016 at 11:38:15 PM UTC-5, Tejas Phase wrote:
>
> Hello Nick Sir,
> Thank you very much for replying me. I added all the 
> records(CNAME,A,)into my Domain DNS records but still facing problem 
> while accessing application using custom domain. 
> Attached here the SS of my custom Domain DNS records settings:
>
> ​Also attached here SS of DNS Lookup report for record A, & CNAME of 
> MX Toolbox tool.
> Record A SS:
>
> ​Record  SS:
>
> ​Record TXT SS:
>
> ​(
> *IMP NOTE: Is it need to put all the records i.e.A, & CNAME in 
> Domains' DNS record..zone file record) OR just need to put either A, or 
> CNAME) Because at the time of putting all these records in DNS file records 
> of my Domain there was an error coming when adding CNAME record. That's why 
> asking this question.)*
> *Waiting for your reply.*
> Yours truly,
> Tejas
> On Fri, Nov 18, 2016 at 10:32 PM, 'Nick (Cloud Platform Support)' via 
> Google App Engine  wrote:
>
>> Hey Tejas,
>>
>> The Console view you showed is displaying the DNS records that will need 
>> to be added to your domain's DNS zone file. Have you put the CNAM and/or 
>> A/ records into your DNS records for your domain?
>>
>> Overall, a thread like this asking for specific-issue technical support 
>> should be posted to StackOverflow , while this 
>> forum is meant for more higher-level and general discussion of design 
>> patterns and the platform's services, etc. 
>>
>> Cheers
>>
>> Nick
>> Cloud Platform Community Support
>>
>> On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase wrote:
>>>
>>> Hello,
>>> I created one Web application(MOOC) on Google Course Builder & deploy it 
>>> on GAE. After successfully creating all the course I claimed for custom 
>>> domain for my application rather than https://my-application.appspot.com
>>>  
>>> By performing all the steps mentioned in documentation of GCP for 
>>> mapping custom domain to your application I still not access my course 
>>> using my custom domain.
>>> Attached herewith the SS of my application setting where it shows the 
>>> domain successfully mapped. But its not working:
>>>
>>> Please help me to resolve this issue. Really gets frustrated due this 
>>> problem.
>>>
>>> Its an urgent. Please reply asap.
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/VHLcx1sJ0QA/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/ae4e3597-34dd-4947-acd5-61848b3f27a4%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f8c1323f-8dd3-4b7f-891b-f04a47a3fae3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-11-18 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Tejas,

The Console view you showed is displaying the DNS records that will need to 
be added to your domain's DNS zone file. Have you put the CNAM and/or 
A/ records into your DNS records for your domain?

Overall, a thread like this asking for specific-issue technical support 
should be posted to StackOverflow , while this 
forum is meant for more higher-level and general discussion of design 
patterns and the platform's services, etc. 

Cheers

Nick
Cloud Platform Community Support

On Thursday, November 17, 2016 at 1:15:57 AM UTC-5, Tejas Phase wrote:
>
> Hello,
> I created one Web application(MOOC) on Google Course Builder & deploy it 
> on GAE. After successfully creating all the course I claimed for custom 
> domain for my application rather than https://my-application.appspot.com 
> By performing all the steps mentioned in documentation of GCP for mapping 
> custom domain to your application I still not access my course using my 
> custom domain.
> Attached herewith the SS of my application setting where it shows the 
> domain successfully mapped. But its not working:
>
> Please help me to resolve this issue. Really gets frustrated due this 
> problem.
>
> Its an urgent. Please reply asap.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ae4e3597-34dd-4947-acd5-61848b3f27a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-11-17 Thread Victor Song
Need to add domain records manually to custom resource records on the DNS 
setup, as in step 6.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bdca5efb-7cef-4636-8a03-62985a052579%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-11-17 Thread Victor Song
I seem to have the same problem. Waited for a day and the custom domain 
didn't work.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/87e8f12e-e2da-4801-b4b0-28de03d9ffad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working anymore

2016-06-07 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Renzo,

App Engine Custom Domain settings are being managed through the developers 
console for a while now and shouldn't introduce an issue now. How are you 
sending python.pro.br to appspot? Can there be a DNS issue that you need to 
check with your registrar (seems to be DreamHost)? Here is what I get from 
a simple DNS query now:

$ dig python.pro.br

; <<>> DiG 9.9.5-9+deb8u6-Debian <<>> python.pro.br

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34469

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 512

;; QUESTION SECTION:

;python.pro.br. IN  A

;; ANSWER SECTION:

python.pro.br.  10124   IN  A   208.113.249.40

;; Query time: 4 msec

;; SERVER: 169.254.169.254#53(169.254.169.254)

;; WHEN: Tue Jun 07 12:26:54 EDT 2016
;; MSG SIZE  rcvd: 58

and then

$ host 208.113.249.40
40.249.113.208.in-addr.arpa domain name pointer 
apache2-grog.pendleton.dreamhost.com.

I recommend going through the documentation about Using Custom Domain and 
SSL 

 and 
making sure everything is setup correctly for your application currently.

I hope that helps. Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b68e4085-a49d-42db-9ff7-26b41c4c1d14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Zeehad,

Thanks for checking into it.
Seems like DNS was just just taking its time to update. It took +2 full
days to populate and is now working.

Thanks again


On Tue, Mar 1, 2016 at 4:00 PM, 'Zeehad (Cloud Platform Support)' via
Google App Engine  wrote:

> Hello Hossein,
>
> It seems the required DNS (A and ) records are correctly setup for
> appiblocks.com.
>
> The steps taken that you've described above are thorough; although it's
> not clear whether you're actually adding the custom domain by pressing
> 'add' after step 2. What do you see when you visit the custom domains page
> 
> for your project? Also, what happens when you try to access the domain? I'm
> getting a request of permission for an app called 'Ai2 Live Complete'.
>
> Cheers!
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE0i7wn_Aw_f3vC5r2znV11mAexRM2KaN0zHgwZ17NzBcm089g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-03-01 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Hossein,

It seems the required DNS (A and ) records are correctly setup for 
appiblocks.com.

The steps taken that you've described above are thorough; although it's not 
clear whether you're actually adding the custom domain by pressing 'add' 
after step 2. What do you see when you visit the custom domains page 
 for 
your project? Also, what happens when you try to access the domain? I'm 
getting a request of permission for an app called 'Ai2 Live Complete'.

Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d75a608a-fac4-4553-bb84-77a3f08f4303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Hello, Thanks for your reply.

Domain is appiblocks.com

Thanks


On Mar 1, 2016 9:15 AM, "Nickolas Daskalou"  wrote:

> What's the domain? Run something like this in a terminal to see if your
> DNS records have been correctly set:
>
> > dig mydomain.com a
>
> Nick
> On 02/03/2016 12:20 AM, "M. Hossein Amerkashi"  wrote:
>
>> Hi, Any input on this? I really appreciate feedback. THANKS
>>
>> On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi
>> wrote:
>>>
>>> Hi, I'm having issue getting the custom domain working for
>>> console.cloud.google.com
>>> Here are what I have done:
>>> 1. Got a domain using google domains
>>> 2. Used google could and went to custom domain settings. Under Settings:
>>> 2.1 item 1 - skipped, because it was already a verifided domain -
>>> purchased using google domain
>>> 2.2 item 2 - selected 1st radio button because I wanted the root
>>> domain
>>> 2.3 item 3 - it was populated with a list of A and  for root
>>> 3. Copied those into clipboard
>>> 4. Went back into google domains
>>> 5. Went into DNS settings of the my custom domain
>>> 6. Under NameServer, selected "Use Google's name servers"
>>> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into
>>> clipboard (item 2.3 above)
>>> 8. Under "Custom Resource Records", added the 4 A and  hosts
>>>
>>> Have waited about +30hours and still not working.
>>>
>>> All help will greatly be appreciated.
>>>
>>> Thanks
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/VBM3Ijp-oLw/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CAOj3zuA233pPynAvo3_4gpOHxEF5RgLfSF%2BF0_Zhi_sDjz8Svg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE0i7w%3Da_tP7fgwsyxAHfRb7gNTenuC93FxNQHddhoErriw4Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread Nickolas Daskalou
What's the domain? Run something like this in a terminal to see if your DNS
records have been correctly set:

> dig mydomain.com a

Nick
On 02/03/2016 12:20 AM, "M. Hossein Amerkashi"  wrote:

> Hi, Any input on this? I really appreciate feedback. THANKS
>
> On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi
> wrote:
>>
>> Hi, I'm having issue getting the custom domain working for
>> console.cloud.google.com
>> Here are what I have done:
>> 1. Got a domain using google domains
>> 2. Used google could and went to custom domain settings. Under Settings:
>> 2.1 item 1 - skipped, because it was already a verifided domain -
>> purchased using google domain
>> 2.2 item 2 - selected 1st radio button because I wanted the root
>> domain
>> 2.3 item 3 - it was populated with a list of A and  for root
>> 3. Copied those into clipboard
>> 4. Went back into google domains
>> 5. Went into DNS settings of the my custom domain
>> 6. Under NameServer, selected "Use Google's name servers"
>> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into
>> clipboard (item 2.3 above)
>> 8. Under "Custom Resource Records", added the 4 A and  hosts
>>
>> Have waited about +30hours and still not working.
>>
>> All help will greatly be appreciated.
>>
>> Thanks
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuA233pPynAvo3_4gpOHxEF5RgLfSF%2BF0_Zhi_sDjz8Svg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Hi, Any input on this? I really appreciate feedback. THANKS

On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi 
wrote:
>
> Hi, I'm having issue getting the custom domain working for 
> console.cloud.google.com
> Here are what I have done:
> 1. Got a domain using google domains
> 2. Used google could and went to custom domain settings. Under Settings:
> 2.1 item 1 - skipped, because it was already a verifided domain - 
> purchased using google domain
> 2.2 item 2 - selected 1st radio button because I wanted the root domain
> 2.3 item 3 - it was populated with a list of A and  for root
> 3. Copied those into clipboard
> 4. Went back into google domains
> 5. Went into DNS settings of the my custom domain
> 6. Under NameServer, selected "Use Google's name servers"
> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into 
> clipboard (item 2.3 above)
> 8. Under "Custom Resource Records", added the 4 A and  hosts
>
> Have waited about +30hours and still not working.
>
> All help will greatly be appreciated.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Mapping not working

2016-02-19 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Are you still experiencing this issue? If not, would you be able to provide 
a rough time frame of when this started and ended?

On Thursday, February 18, 2016 at 5:48:52 PM UTC-5, Russ Fertig wrote:
>
> my app isn't responding to its custom domain, responds fine to its 
> appspot.com domain, keep getting redirected to vtiger. please help, dns 
> settings match
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fe1fdc91-eb42-48ff-904b-227ddbde28bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Mapping not working

2016-02-18 Thread DFB
Hello Russ,

I have resolved the issue for my site. All of a sudden, Google changed the 
custom domain's TXT verification string and the domain was no longer 
verified. I took the new string from Google's Admin Console and updated in 
my domain's TXT DNS entry and it resolved the issue within 5 mins. 

Please try that out. Hope it helps.

DFB

On Friday, February 19, 2016 at 7:39:23 AM UTC+8, DFB wrote:
>
> I'm having the same issue. 
>
> My site is not accessible at the custom domain but working fine at 
> appspot.com as Russ mentioned. Relieved to know that it's not me alone. 
>
> Hope Google fixes it soon.
>
> On Friday, February 19, 2016 at 6:48:52 AM UTC+8, Russ Fertig wrote:
>>
>> my app isn't responding to its custom domain, responds fine to its 
>> appspot.com domain, keep getting redirected to vtiger. please help, dns 
>> settings match
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1c5477de-d331-4e40-9af7-bafb32dad059%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Mapping not working

2016-02-18 Thread DFB
I'm having the same issue. 

My site is not accessible at the custom domain but working fine at 
appspot.com as Russ mentioned. Relieved to know that it's not me alone. 

Hope Google fixes it soon.

On Friday, February 19, 2016 at 6:48:52 AM UTC+8, Russ Fertig wrote:
>
> my app isn't responding to its custom domain, responds fine to its 
> appspot.com domain, keep getting redirected to vtiger. please help, dns 
> settings match
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/01ac79d1-9f17-472b-a558-defb9e2bd873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Setup - redirects to google.com...?

2015-11-13 Thread Jan Roar Edvardsen
Hi Nick,

I did the following steps:

1. I went into my Google Developers Concole and pressed settings.
2. I clicked Custom Domains, and Add a custom domain
3. I verified my domain via a added txt record on my domain host
4. I set up a//cname records as directed
5. I then found out that I had enabled a custom ssl set up in my aplication 
(my bad, poor upfront research), so i decided to delete my a//cname 
records on my domain host, and go back and use redirect to my 
.appspot.com address from my domain host.
6. When I browse my domain now, i am directed to www.google.com, and I have 
no clue on how to change it. It should direct med to my 
.appspot.com address, but, it wont.

I could do a Stack Overflow post, but, this was the closest thing I could 
find to any google app engine support on my limited bronze level 
subscription, so I am grateful for any feedback.

-Jan

On Friday, November 13, 2015 at 8:40:31 PM UTC+1, Nick (Cloud Platform 
Support) wrote:
>
> Hey Jan,
>
> Without more specific technical details on exactly what you've set up, how 
> you did it, etc., nobody can help you. If you have a specific technical 
> issue or question, it might be worth spending the time investigating the 
> relevant information and documentation connected to your issue, summarizing 
> what you're seeing, what you've done, what you've attempted, what you think 
> is wrong, etc. In that process, you could end up learning what's necessary 
> to solve the issue. It also ensures that even if you don't find an answer, 
> you produce a usable report so that whoever wants to help on the other side 
> of the internet is able to use the information you provided to do further 
> research or make informed guesses, ask further questions, suggest 
> solutions, etc.
>
> Some of the information which might help make this a valid and useful 
> question for Stack Overflow : 
>
> * The contents of your domain's zone file
> * The steps you've taken and current configuration of custom domains in 
> the Developers Console
> * Any relevant code or configuration files
>
> This forum (Google Groups) is meant for more general discussion of the 
> platform and services, not specific-issue technical support, so it's best 
> if you proceed to post there if you still have issues after refreshing 
> yourself on the documentation, checking over all steps, investigating and 
> reasoning about the various relevant parts of the system (your DNS zone 
> file, your code, your App Engine project as-configured in the Developers 
> Console). 
>
> On Friday, November 13, 2015 at 5:01:56 AM UTC-5, Jan Roar Edvardsen wrote:
>>
>> I recently tried to setup a custom domain on my app engine project. After 
>> some testing i changed my mind, and decided to stay with my current 
>> solution (www-redirect from my domain host), but now all redirection only 
>> leads to google.com??
>>
>> Any suggestions??
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4df7d71b-3ea1-4ac6-8b60-d933dea5d136%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain Setup - redirects to google.com...?

2015-11-13 Thread Nick (Cloud Platform Support)
Hey Jan,

Without more specific technical details on exactly what you've set up, how 
you did it, etc., nobody can help you. If you have a specific technical 
issue or question, it might be worth spending the time investigating the 
relevant information and documentation connected to your issue, summarizing 
what you're seeing, what you've done, what you've attempted, what you think 
is wrong, etc. In that process, you could end up learning what's necessary 
to solve the issue. It also ensures that even if you don't find an answer, 
you produce a usable report so that whoever wants to help on the other side 
of the internet is able to use the information you provided to do further 
research or make informed guesses, ask further questions, suggest 
solutions, etc.

Some of the information which might help make this a valid and useful 
question for Stack Overflow : 

* The contents of your domain's zone file
* The steps you've taken and current configuration of custom domains in the 
Developers Console
* Any relevant code or configuration files

This forum (Google Groups) is meant for more general discussion of the 
platform and services, not specific-issue technical support, so it's best 
if you proceed to post there if you still have issues after refreshing 
yourself on the documentation, checking over all steps, investigating and 
reasoning about the various relevant parts of the system (your DNS zone 
file, your code, your App Engine project as-configured in the Developers 
Console). 

On Friday, November 13, 2015 at 5:01:56 AM UTC-5, Jan Roar Edvardsen wrote:
>
> I recently tried to setup a custom domain on my app engine project. After 
> some testing i changed my mind, and decided to stay with my current 
> solution (www-redirect from my domain host), but now all redirection only 
> leads to google.com??
>
> Any suggestions??
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/67f8f754-2b67-404f-9588-b988f3b2e57d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain for google app engine application

2015-08-04 Thread Ryan (Cloud Platform Support)
Salutations,

Thats all you need to do. I tested the site and it loaded for me without 
issue. You should be good to go now.

On Sunday, September 7, 2014 at 9:09:00 AM UTC-4, cloud park wrote:
>
>
> 
> I am not able to setup custom domain for my google app engine application. 
> When acessed domain URL it is displ;aying 404 error from google as shown in 
> above image.
>
> I have done setup for CNAME  and TXT record as given in procedure.
>
> Please someone help me.
>
> Thanks! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f4a2bd1b-30d2-4fa6-a93b-1aacb4b41e85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain for google app engine application

2015-08-03 Thread Venkat Yuvaraj
Hi Vinny,
I added all the entries "A" and "" with address which Google asked me 
to add in my domain. (hosting). so after that if I type the domain,it will 
automatically to point to my application ?
or should I do anything else?
-V

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/093d2ca3-89ef-4f73-9bca-53d129356395%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-24 Thread Paul Canning
I was under the impression naked domain don't work now. 

I recently setup app engine and added a custom domain. The naked domain doesn't 
work alone, and I had to add the "www" sub domain. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/583a9f77-3af3-40a2-b5da-575f7a10caf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-23 Thread Kaan Soral
No, I don't remember Cloud DNS existing back in my day, it's ENOM 
registered by Google Apps, the DNS is ENOM too, if I'm not mistaken

On Tuesday, March 24, 2015 at 1:14:04 AM UTC+2, Adam wrote:
>
> This domain is hosted on Google's Cloud DNS?
>
> On Sunday, March 22, 2015 at 3:59:33 PM UTC-4, Kaan Soral wrote:
>>
>> I have a domain/app that's 3-4 years old, I didn't make any modifications 
>> recently
>>
>> This was one of the domains that experienced the whois privacy violation, 
>> I also received a $10 courtesy credit recently
>>
>> I've noticed today that my naked domain isn't accessible, I remember 
>> setting up the DNS/Domain to handle the naked domain, yet when I look at 
>> the ruleset now, the solution I applied isn't there (I even forgot what it 
>> was, it was a long time ago)
>>
>> Anyone else experiencing a similar issue?
>>
>> Basically, my naked domain was working, now it isn't
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f7ae27a-2eb7-458f-88c9-179fd1c13e58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-23 Thread Adam
This domain is hosted on Google's Cloud DNS?

On Sunday, March 22, 2015 at 3:59:33 PM UTC-4, Kaan Soral wrote:
>
> I have a domain/app that's 3-4 years old, I didn't make any modifications 
> recently
>
> This was one of the domains that experienced the whois privacy violation, 
> I also received a $10 courtesy credit recently
>
> I've noticed today that my naked domain isn't accessible, I remember 
> setting up the DNS/Domain to handle the naked domain, yet when I look at 
> the ruleset now, the solution I applied isn't there (I even forgot what it 
> was, it was a long time ago)
>
> Anyone else experiencing a similar issue?
>
> Basically, my naked domain was working, now it isn't
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e6702c29-718d-4c44-a7c6-9c1c30f539d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain SSL set up

2015-03-01 Thread Jimin Park
I just tried concatenating the cert files
in the order


   - Your PositiveSSL Certificate - www_glubey_com.crt
   - Intermediate CA Certificate -
   COMODORSADomainValidationSecureServerCA.crt
   - Intermediate CA Certificate - COMODORSAAddTrustCA.crt
   - Root CA Certificate - AddTrustExternalCARoot.crt

By combining in one single file

-BEGIN CERTIFICATE-
(Your Primary SSL certificate: your_domain_name.crt)
-END CERTIFICATE-
-BEGIN CERTIFICATE-
(Your Intermediate certificate: DigiCertCA.crt)
-END CERTIFICATE-
-BEGIN CERTIFICATE-
(Your Root certificate: TrustedRoot.crt)
-END CERTIFICATE-

in this manner and saved to one crt file.
Then I converted that crt file to a public pem file.
Site is still giving me the untrusted warning in the browser.

On Sun, Mar 1, 2015 at 9:36 PM, Jimin Park  wrote:

> Sorry I see in your guides to set up SSL that I need to include
> intermediate SSL files.
> What do I do this and in what order do I chain those multiple files I have?
>
> On Sun, Mar 1, 2015 at 9:14 PM, Jimin Park  wrote:
>
>> I see the sites now guess they propagated.
>> However I am seeing that NET::ERR_CERT_AUTHORITY_INVALID error.
>> I am guessing this has to do with not generating my public pem properly?
>> I got like 4 crt files from my certificate provider.
>> I am not sure what to do with them.
>>
>>
>>- Root CA Certificate - AddTrustExternalCARoot.crt
>>- Intermediate CA Certificate - COMODORSAAddTrustCA.crt
>>- Intermediate CA Certificate -
>>COMODORSADomainValidationSecureServerCA.crt
>>- Your PositiveSSL Certificate - www_glubey_com.crt
>>
>> These are the 4 files I got from them.
>> Right now, I generated the public pem only with www_glbuey_com.crt file.
>> Am I supposed to like combine other crt files as well to indicate I got
>> the certs from official trusted party?
>>
>> On Sun, Mar 1, 2015 at 7:26 PM, Nickolas Daskalou 
>> wrote:
>>
>>> It looks like https://www.glubey.com/ is working as expected when
>>> accessed from Melbourne, Australia.
>>>
>>> You cannot serve naked domains from App Engine using SSL, so
>>> https://glubey.com/ will not work directly off App Engine (and in fact
>>> there is no IP address resolution for glubey.com).
>>>
>>> With naked domains, you currently have two options:
>>>
>>>
>>>1. Serve directly from App Engine using HTTP only.
>>>
>>>2. Serve via a proxy like CloudFlare 
>>> or wwwizer  (or roll your own) if you want
>>>HTTPS/SSL.
>>>
>>>
>>> Either option will work, depending on your needs, however you should
>>> only use one of either www.glubey.com or glubey.com as your primary
>>> address (i.e. have one of them redirect to the other), since it will reduce
>>> user confusion and it plays nicer with search engines like Google.
>>>
>>> Keep in mind that if you expect a lot of traffic, I advise against using
>>> https://glubey.com/ via a proxy as your primary address, since there is
>>> a chance that App Engine's infrastructure will detect the mass proxy
>>> requests as a potential DDOS or similar attack and cut off access to your
>>> app from the proxy servers, and hence from your users.
>>>
>>> Nick
>>>
>>>
>>> On 2 March 2015 at 10:57, Adam  wrote:
>>>
 Both https://www.glubey.com and https://glubey.com are working for me
 (they direct to a site). What's the expected result?

 In the case that it was just propagation related to the CNAME record,
 you can always use a DNS lookup tool to check (eg.
 http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255
 ).

 On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote:
>
> I followed all the steps and got to the screen shot attached to this
> email.
>
> I went to my domain's company control panel and set up the CNAME as
> well.
>
> However nothing has happened for the past 5 hours. I am not sure if I
> am supposed to just wait?
>
> Before when I didn't use GAE, I used to configure name servers and
> work fairly quickly.
>
> This is my first time using GAE with custom domain and setting up SSL
> so I am quite confused.
>
>
>  --
 You received this message because you are subscribed to the Google
 Groups "Google App Engine" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com
 
 .

 For more optio

Re: [google-appengine] Re: Custom Domain SSL set up

2015-03-01 Thread Jimin Park
Sorry I see in your guides to set up SSL that I need to include
intermediate SSL files.
What do I do this and in what order do I chain those multiple files I have?

On Sun, Mar 1, 2015 at 9:14 PM, Jimin Park  wrote:

> I see the sites now guess they propagated.
> However I am seeing that NET::ERR_CERT_AUTHORITY_INVALID error.
> I am guessing this has to do with not generating my public pem properly?
> I got like 4 crt files from my certificate provider.
> I am not sure what to do with them.
>
>
>- Root CA Certificate - AddTrustExternalCARoot.crt
>- Intermediate CA Certificate - COMODORSAAddTrustCA.crt
>- Intermediate CA Certificate -
>COMODORSADomainValidationSecureServerCA.crt
>- Your PositiveSSL Certificate - www_glubey_com.crt
>
> These are the 4 files I got from them.
> Right now, I generated the public pem only with www_glbuey_com.crt file.
> Am I supposed to like combine other crt files as well to indicate I got
> the certs from official trusted party?
>
> On Sun, Mar 1, 2015 at 7:26 PM, Nickolas Daskalou 
> wrote:
>
>> It looks like https://www.glubey.com/ is working as expected when
>> accessed from Melbourne, Australia.
>>
>> You cannot serve naked domains from App Engine using SSL, so
>> https://glubey.com/ will not work directly off App Engine (and in fact
>> there is no IP address resolution for glubey.com).
>>
>> With naked domains, you currently have two options:
>>
>>
>>1. Serve directly from App Engine using HTTP only.
>>
>>2. Serve via a proxy like CloudFlare  or
>>wwwizer  (or roll your own) if you want
>>HTTPS/SSL.
>>
>>
>> Either option will work, depending on your needs, however you should only
>> use one of either www.glubey.com or glubey.com as your primary address
>> (i.e. have one of them redirect to the other), since it will reduce user
>> confusion and it plays nicer with search engines like Google.
>>
>> Keep in mind that if you expect a lot of traffic, I advise against using
>> https://glubey.com/ via a proxy as your primary address, since there is
>> a chance that App Engine's infrastructure will detect the mass proxy
>> requests as a potential DDOS or similar attack and cut off access to your
>> app from the proxy servers, and hence from your users.
>>
>> Nick
>>
>>
>> On 2 March 2015 at 10:57, Adam  wrote:
>>
>>> Both https://www.glubey.com and https://glubey.com are working for me
>>> (they direct to a site). What's the expected result?
>>>
>>> In the case that it was just propagation related to the CNAME record,
>>> you can always use a DNS lookup tool to check (eg.
>>> http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255
>>> ).
>>>
>>> On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote:

 I followed all the steps and got to the screen shot attached to this
 email.

 I went to my domain's company control panel and set up the CNAME as
 well.

 However nothing has happened for the past 5 hours. I am not sure if I
 am supposed to just wait?

 Before when I didn't use GAE, I used to configure name servers and work
 fairly quickly.

 This is my first time using GAE with custom domain and setting up SSL
 so I am quite confused.


  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-appengine+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/google-appengine/2LbD19PbZVo/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/CAOj3zuAbqa4cViusfsPYdW3pO8duAGsQYhHgtwkhwe2P9-788Q%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/

Re: [google-appengine] Re: Custom Domain SSL set up

2015-03-01 Thread Jimin Park
I see the sites now guess they propagated.
However I am seeing that NET::ERR_CERT_AUTHORITY_INVALID error.
I am guessing this has to do with not generating my public pem properly?
I got like 4 crt files from my certificate provider.
I am not sure what to do with them.


   - Root CA Certificate - AddTrustExternalCARoot.crt
   - Intermediate CA Certificate - COMODORSAAddTrustCA.crt
   - Intermediate CA Certificate -
   COMODORSADomainValidationSecureServerCA.crt
   - Your PositiveSSL Certificate - www_glubey_com.crt

These are the 4 files I got from them.
Right now, I generated the public pem only with www_glbuey_com.crt file.
Am I supposed to like combine other crt files as well to indicate I got the
certs from official trusted party?

On Sun, Mar 1, 2015 at 7:26 PM, Nickolas Daskalou  wrote:

> It looks like https://www.glubey.com/ is working as expected when
> accessed from Melbourne, Australia.
>
> You cannot serve naked domains from App Engine using SSL, so
> https://glubey.com/ will not work directly off App Engine (and in fact
> there is no IP address resolution for glubey.com).
>
> With naked domains, you currently have two options:
>
>
>1. Serve directly from App Engine using HTTP only.
>
>2. Serve via a proxy like CloudFlare  or
>wwwizer  (or roll your own) if you want HTTPS/SSL.
>
>
> Either option will work, depending on your needs, however you should only
> use one of either www.glubey.com or glubey.com as your primary address
> (i.e. have one of them redirect to the other), since it will reduce user
> confusion and it plays nicer with search engines like Google.
>
> Keep in mind that if you expect a lot of traffic, I advise against using
> https://glubey.com/ via a proxy as your primary address, since there is a
> chance that App Engine's infrastructure will detect the mass proxy requests
> as a potential DDOS or similar attack and cut off access to your app from
> the proxy servers, and hence from your users.
>
> Nick
>
>
> On 2 March 2015 at 10:57, Adam  wrote:
>
>> Both https://www.glubey.com and https://glubey.com are working for me
>> (they direct to a site). What's the expected result?
>>
>> In the case that it was just propagation related to the CNAME record, you
>> can always use a DNS lookup tool to check (eg.
>> http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255
>> ).
>>
>> On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote:
>>>
>>> I followed all the steps and got to the screen shot attached to this
>>> email.
>>>
>>> I went to my domain's company control panel and set up the CNAME as well.
>>>
>>> However nothing has happened for the past 5 hours. I am not sure if I am
>>> supposed to just wait?
>>>
>>> Before when I didn't use GAE, I used to configure name servers and work
>>> fairly quickly.
>>>
>>> This is my first time using GAE with custom domain and setting up SSL so
>>> I am quite confused.
>>>
>>>
>>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/2LbD19PbZVo/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CAOj3zuAbqa4cViusfsPYdW3pO8duAGsQYhHgtwkhwe2P9-788Q%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups

Re: [google-appengine] Re: Custom Domain SSL set up

2015-03-01 Thread Nickolas Daskalou
It looks like https://www.glubey.com/ is working as expected when accessed
from Melbourne, Australia.

You cannot serve naked domains from App Engine using SSL, so
https://glubey.com/ will not work directly off App Engine (and in fact
there is no IP address resolution for glubey.com).

With naked domains, you currently have two options:


   1. Serve directly from App Engine using HTTP only.

   2. Serve via a proxy like CloudFlare  or
   wwwizer  (or roll your own) if you want HTTPS/SSL.


Either option will work, depending on your needs, however you should only
use one of either www.glubey.com or glubey.com as your primary address
(i.e. have one of them redirect to the other), since it will reduce user
confusion and it plays nicer with search engines like Google.

Keep in mind that if you expect a lot of traffic, I advise against using
https://glubey.com/ via a proxy as your primary address, since there is a
chance that App Engine's infrastructure will detect the mass proxy requests
as a potential DDOS or similar attack and cut off access to your app from
the proxy servers, and hence from your users.

Nick


On 2 March 2015 at 10:57, Adam  wrote:

> Both https://www.glubey.com and https://glubey.com are working for me
> (they direct to a site). What's the expected result?
>
> In the case that it was just propagation related to the CNAME record, you
> can always use a DNS lookup tool to check (eg.
> http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255
> ).
>
> On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote:
>>
>> I followed all the steps and got to the screen shot attached to this
>> email.
>>
>> I went to my domain's company control panel and set up the CNAME as well.
>>
>> However nothing has happened for the past 5 hours. I am not sure if I am
>> supposed to just wait?
>>
>> Before when I didn't use GAE, I used to configure name servers and work
>> fairly quickly.
>>
>> This is my first time using GAE with custom domain and setting up SSL so
>> I am quite confused.
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuAbqa4cViusfsPYdW3pO8duAGsQYhHgtwkhwe2P9-788Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain SSL set up

2015-03-01 Thread Adam
Both https://www.glubey.com and https://glubey.com are working for me (they 
direct to a site). What's the expected result? 

In the case that it was just propagation related to the CNAME record, you 
can always use a DNS lookup tool to check (eg. 
http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255).

On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote:
>
> I followed all the steps and got to the screen shot attached to this email.
>
> I went to my domain's company control panel and set up the CNAME as well.
>
> However nothing has happened for the past 5 hours. I am not sure if I am 
> supposed to just wait?
>
> Before when I didn't use GAE, I used to configure name servers and work 
> fairly quickly.
>
> This is my first time using GAE with custom domain and setting up SSL so I 
> am quite confused.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain is redirecting http to https and I don't want it to.

2014-08-05 Thread Michael Thomsen (Google Inc.)
What setting do you have for the secure handler in app.yaml?
https://developers.google.com/appengine/docs/php/config/appconfig#PHP_app_yaml_Secure_URLs

On Wednesday, July 30, 2014 11:39:44 PM UTC-7, Jarrod Roberson wrote:
>
> I have an app on GAE, it is working with the appspot.com domain.
>
> I want my custom domain to point to it, but that doesn't seem to be 
> working now.
>
> I have tried with the cloud console, and the legacy admin pages.
>
> I know what I am doing with the DNS records and what not, they are there, 
> they have propagated.
>
> no matter what when I got to http://www.customdomain.com it immediately 
> redirects to httpS://www.customdomain.com
>
> and I get the dreaded SSL error.
>
> When I got to the appspot.com domain it switches to https as well.
>
> How do I turn this off?
>
> The new and legacy admin consoles don't have all the settings the other 
> has, it is very confusing and I keep getting thes #1000 errors 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: custom domain for appengine application

2014-04-22 Thread Chuy Cepeda
Hi !

Perhaps I'm a bit late on this thread, but I've done several things trying 
to get rid of the 302 redirect I'm getting when configuring my custom 
domain for my appengine app.

You can see my problem 
here: 
http://stackoverflow.com/questions/22969002/custom-domain-getting-me-to-appid-appspot-com

Have you solved this issue or perhaps identify what am I doing wrong?

Thanks in advance,

Chuy

On Wednesday, October 23, 2013 6:18:43 AM UTC-5, Dinakar Sandeep wrote:
>
> Configure custom domain name for my xxx.appspot.com For my custom domain 
> . In google apps I registered domain I added appengine application to 
> google apps but there is no option for chamging xxx.appspot.com to my 
> custom domain. If there is any solution please help me .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain going to Google on some networks

2014-03-13 Thread James Foster
FYI, I've put in a feature request for Custom Domains to be shown on the 
System Status page:
https://code.google.com/p/googleappengine/issues/detail?id=10699


On Wednesday, March 12, 2014 12:20:46 PM UTC+11, GregF wrote:
>
> The problem was resolved for us about 12:30 NZ time. We had about 4 hours 
> outage. +1 for a post-mortem.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain going to Google on some networks

2014-03-12 Thread Ryan W
I am also experiencing this on my custom domain, through Victoria 
University of Wellington who are their own ISP

On Wednesday, March 12, 2014 9:48:43 AM UTC+13, GregF wrote:
>
> We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped 
> to our application. Starting this morning, many users (from one ISP?) are 
> getting "a Google page" instead of our app.Others (including ourselves) are 
> getting the app correctly, which seems to imply that the domain is being 
> mapped to the app correctly at least sometimes.
>
> I'm at a loss - has anyone got any ideas what could be going on?
>
> Cheers!
> Greg.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom domain going to Google on some networks

2014-03-12 Thread Jay Kyburz
haha. I wonder if code.google.com is app engine. its 404ing for me. 

On Wednesday, 12 March 2014 08:07:32 UTC+11, GregF wrote:
>
> I've created a production issue here: 
> https://code.google.com/p/googleappengine/issues/detail?id=10687 - please 
> star!
>
>
> On Wednesday, 12 March 2014 09:48:43 UTC+13, GregF wrote:
>>
>> We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped 
>> to our application. Starting this morning, many users (from one ISP?) are 
>> getting "a Google page" instead of our app.Others (including ourselves) are 
>> getting the app correctly, which seems to imply that the domain is being 
>> mapped to the app correctly at least sometimes.
>>
>> I'm at a loss - has anyone got any ideas what could be going on?
>>
>> Cheers!
>> Greg.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


  1   2   >