[google-appengine] Re: Google App Engine - Region

2017-10-03 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
@Hossein

Yes correct. Since you can only have one App Engine project per Google 
Cloud project, the current workaround is to indeed copy your App Engine 
application to multiple Google Cloud projects in different regions. Then 
using Cloud Load Balancer with multiple Compute Engine instances in a 
single project, you would proxy to your different App Engine apps in their 
respective regions. 

-- 
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/11a7479e-ba63-456e-8b26-5a31e131b7f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: SSL ceritificate installation issue

2017-10-03 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you configure the custom domain and the SSL certificates, exactly? 
A step-by-step description would help a lot. Have you followed any 
document? 

After you set up your custom domain and update the DNS records, a managed 
SSL certificate is automatically provided within a few minutes. Have you 
verified that the SSL certificate has been actually provisioned? You can do 
that by running: 

gcloud beta app domain-mappings list

You should see a list of your domains, subdomains, and all their 
corresponding certificates, for example:

ID   SSL_CERTIFICATE_ID
example.com 123456
www.example.com 234567

You can gather more relevant detail from the "Securing Custom Domains with 
SSL" documentation page 

. 

Any other piece of information you deem relevant might prove of great help. 

-- 
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/3571035b-a58c-42ad-9294-924c63251431%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] SSL ceritificate installation issue

2017-10-03 Thread smakrt
Hi,

  I have configured the google app engine with google cloud platform.

  I have configured the custom domain and also configured the SSL 
certificate also.

  But when i try with https in my domain, the screen shows 404 error page.

  This is the url:

   http://clickadsindia.com

   In the cloud DNS my record set is:

  
clickadsindia.com. A 300 
   
   - 104.196.56.158 
   - 216.239.32.21 
   - 216.239.34.21 
   - 216.239.36.21 
   - 216.239.38.21 



clickadsindia.com.  300 
   
   - 2001:4860:4802:32::15 
   - 2001:4860:4802:34::15 
   - 2001:4860:4802:36::15 
   - 2001:4860:4802:38::15 



clickadsindia.com. NS 21600 
   
   - ns-cloud-b1.googledomains.com. 
   - ns-cloud-b2.googledomains.com. 
   - ns-cloud-b3.googledomains.com. 
   - ns-cloud-b4.googledomains.com. 




















www.clickadsindia.com. CNAME 300 
   
   - ghs.googlehosted.com. 


 What should i do to make the https work in my 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e655d13f-8150-4dcd-bef3-28c756a95dfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine - Region

2017-10-03 Thread Hossein Amerkashi
@Jordan,

For Cloud Load Balancer , this 
would mean deploying multiple instances of project in different regions?? 

On Friday, September 29, 2017 at 6:43:58 PM UTC-4, Jordan (Cloud Platform 
Support) wrote:
>
> There are currently no updates on the release date. Until there is a 
> production solution released, creating your own proxy to load balance 
> between regions is the only workaround. 
>
> One workaround would be to setup a Cloud Load Balancer 
>  that accepted requests from 
> your domain site. These requests would be routed to a Compute Engine 
>  instance in the requestor's region. 
> The Compute Engine instance would simply act as a proxy and send the 
> request to your separate App Engine project in their region. 
>

-- 
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/f1c26de3-aa05-4448-99fc-3d5d79096cfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.