[google-appengine] Disable TLS/SSL check in Google App Engine - Java

2018-04-23 Thread xybrek
My app is getting this error when accessing a HTTPS resource: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for URL: https://some.where/ at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:175)

Re: [google-appengine] Re: Use GAE with GCE connected with Internal IP

2018-04-23 Thread Diego Barreiro Pérez
And why is not possible through the GAE Standard Environment? Because my app is designed for Standard and I guess migrating to Flexible will require a big rewrite on the code On Mon, Apr 23, 2018, 22:38 'Kamran (Google Cloud Support)' via Google App Engine wrote: > > Hello Diego, > > Communicati

[google-appengine] Re: Use GAE with GCE connected with Internal IP

2018-04-23 Thread 'Kamran (Google Cloud Support)' via Google App Engine
Hello Diego, Communication through internal IP addresses between *Google Compute Engine* and *App Engine Flexible Environment* (but not App Engine standard environment) is possible. Because VM instances in the flexible environment are Google Compute Engine virtual machines. In order to implem

[google-appengine] Re: can't find import: "google.golang.org/appengine"

2018-04-23 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I tried this tutorial and it works for me. I recommend that you upgrade your Cloud SDK by running “gcloud components update” and check to see if you have “app-engine-go” by running “gcloud components list”. If the issue persists,

[google-appengine] Re: Configuring CNAME *and* MX Records?

2018-04-23 Thread MyKellySue
I feel your pain! On Thursday, September 4, 2008 at 2:49:06 PM UTC-6, ogg...@gmail.com wrote: > > I registered my domain with Namecheap. Switching my app to GAE, I > moved by nameservers to the default Namecheap ones. Then I set up a > CNAME record so that the host name '@' refers to 'ghs.google

[google-appengine] Re: Audit logs for Appengine datastore?

2018-04-23 Thread Rob Curtis
Hi, Thanks for your response. I'm struggling now to find the logs in the log viewer; all I see is Monitoring audit logs. I had a look at the "activity" from the dashboard, which shows a bit more information, but no information with reference to the datastore (specifically I'm looking to see if

[google-appengine] can't find import: "google.golang.org/appengine"

2018-04-23 Thread Bob Hancock
GOPATH=/home/rwh/go > ls /home/rwh/go/pkg/linux_amd64/google.golang.org/ appengine appengine.a > go version go version go1.10 linux/amd64 > which go /usr/local/go/bin/go The sample hello application fails because it "can't find import: "google.golang.org/appengine"" Yet, this directory is unde

[google-appengine] Re: No admin rights in GCP/can't create projects in GCP when logging in as GSuite SuperAdmin

2018-04-23 Thread Jonathan Herbert
Amazing! It works. Thank you so much!! On Sunday, 22 April 2018 19:34:19 UTC+1, Katayoon (Cloud Platform Support) wrote: > > There is a likelihood that you’ve removed ACLs from your organization, so > you don’t have the permission to create projects but as a super admin you > can try the follow

[google-appengine] FIREBASE INSERT INTO MYSQL

2018-04-23 Thread Rodrigo Neris
Good afternoon people Need help. I want to get the data from Firebase RealTimeDatabase and insert it into Structured MySql. How can I do this? There is a possibility? Thank you -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscri