[google-appengine] Re: How to disable TLS 1.0 and 1.1 with Basic Support plan?

2021-05-19 Thread Tobias Binna
Just one more update if anyone else lands here in the future: I think some new billing plans just rolled out so there is now a plan for $29 + 3% of net spend which seems more feasible for us. https://cloud.google.com/support On Thursday, May 20, 2021 at 10:21:49 AM UTC+8 Tobias Binna wrote

[google-appengine] Re: How to disable TLS 1.0 and 1.1 with Basic Support plan?

2021-05-19 Thread Tobias Binna
support package, you may use GCLB > to set the appropriate TLS and cipher configuarations and route traffic to > your app appropriately. Effectively bypassing the need for support and > giving you full control over your TLS and cipher configuration. > > On Tuesday, May 18, 2021

[google-appengine] Re: How to disable TLS 1.0 and 1.1 with Basic Support plan?

2021-05-18 Thread Tobias Binna
can contact support or get help with this? Or would we have to subscribe to the smallest $100 package just for this single request? Thanks, Tobias On Tuesday, May 18, 2021 at 7:35:22 AM UTC+8 Katayoon (Cloud Platform Support) wrote: > Hi Tobias, > > As explained in this public docu

[google-appengine] How to disable TLS 1.0 and 1.1 with Basic Support plan?

2021-05-17 Thread Tobias Binna
We have an app running on App Engine Standard and have a requirement to disable TLS 1.0 and 1.1. I read in several places [1 ][2

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-12-18 Thread dominic tobias
I have exactly the same problem, I also tried the old style of string when connecting to a replica set but still the same issue. Also works fine on localhost. Did you find a solution? On Tuesday, 30 October 2018 17:55:00 UTC, Raj Chaudhary wrote: > > I can successfully connect to a MongoDB datab

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-12-18 Thread dominic tobias
Thanks I got it to work using the old style connection string 👍 On Wednesday, 31 October 2018 23:03:14 UTC, Mohammad I (Cloud Platform Support) wrote: > > Hello Raj, > > A possible workaround of your issue has been provided here. >

Re: [google-appengine] Access to Expanded EU Support & Datacenter

2013-11-14 Thread Tobias Stepan
Thanks, Marcel. I filled out the request form of the blog post a week ago. Do you know how long it normally takes until you get a response? On 14.11.2013, at 22:31, Marcel Manz wrote: > You do not need to have a premier account, even though for serious > applications it's highly recommended

[google-appengine] Re: Access to Expanded EU Support & Datacenter

2013-11-14 Thread Tobias Stepan
The documentation says, those without a premier account must have billing enabled… Thus isn't it possible without a premier account? Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

Re: [google-appengine] Access to Expanded EU Support & Datacenter

2013-11-14 Thread Tobias Stepan
er/) buying a support > package (https://cloud.google.com/support/packages). I think that the silver > package should be enough. > > Stefano > > > > > 2013/11/14 Tobias Stepan > We would like that our new application resides in datacenters in the European

[google-appengine] Access to Expanded EU Support & Datacenter

2013-11-14 Thread Tobias Stepan
even an email confirmation of the sign up). We urgently would need to upload our app, so any advice, help or support is greatly welcomed. Thanks in advance. Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

Re: [google-appengine] Re: Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-07-15 Thread Tobias Stepan
email in the first place to tobias.ste...@gmail.com As well I will try to follow your blog and Twitter updates. Tobias On 15.07.2013, at 21:58, Chris Ramsdale wrote: > Tobias, > > Our apologies that this impacted your application and customers. The initial > communication

[google-appengine] Re: Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-07-15 Thread Tobias Stepan
e you implement such a significant change? 2. if there isn't a better way than email to inform your customers of such an important change (email can easily be lost in spam filters, etc.)? Kind regards Tobias -- You received this message because you are subscribed to the Google Groups &

[google-appengine] Re: Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-07-15 Thread Tobias Stepan
I wrote a longer and quite critical comment on Friday, because we had not been informed of this change, and the consequences for us have been pretty bad until today. So far the comment has not been released or replied to. Where is it? On Friday, January 11, 2013 12:47:15 AM UTC+1, Christina Il

Re: [google-appengine] Simple alternative to AppScale and TyphoonAE

2011-10-07 Thread Tobias
Ricardo, in case you want to give TyphoonAE a go, pass me a message. I'm currently gearing it up for Python 2.7 and proper SQL support. Cheers, Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discus

[google-appengine] Aw: Open API for Google App Engine application upload/deployment?

2011-07-16 Thread Tobias
t. It implements the DoUpload method which actually makes a POST request to /api/datastore/index/add of the configured appcfg server while the payload contains the actual index definition as YAML. In this context, you might also want to have a look at the AbstractRpcServer [4]. Hope this help

[google-appengine] Aw: Importing GAE libs when testing.

2011-07-10 Thread Tobias
Hi Joops, You might want to have a look a the docs on "Local Unit Testing for Python" [1] and especially on setting up a testing framework [2]. Cheers, Tobias [1] http://code.google.com/appengine/docs/python/tools/localunittesting.html [2] http://code.google.com/appengine/docs/py

[google-appengine] Aw: Thread-safe Python Tips

2011-07-06 Thread Tobias
Hi, Class variables can introduce pitfalls within a threaded environment. See http://stackoverflow.com/questions/1072821/is-modifying-a-class-variable-in-python-threadsafe Regards, Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine&q

[google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-25 Thread Tobias
ly not going to see rdbms support in the upcoming 1.4.3 release. Anyway, congratulations for this awesome prerelease. I'm eager for the next updates! - Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to th

[google-appengine] Re: FileService

2011-03-25 Thread Tobias
Hi, In order to port the Files API to TyphoonAE, I've put together a simple demo handler which uses the new Files API. For now, the handler uses just a subset of the API. http://code.google.com/p/typhoonae/source/browse/src/demo/src/demo/files.py Regards, Tobias -- You received this me

[google-appengine] Re: Google ProtoRPC library for writing simple web-services

2011-03-19 Thread Tobias
ot;POST", RPC_ENDPOINT_URL, false); http.setRequestHeader("Content-Type", "application/json-rpc"); http.onreadystatechange = function() { if(http.readyState == 4 && http.status == 200) { callback(JSON.parse(http.responseText)); } }; http.send(JSON.stringify(request)); I wonder if I

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-03 Thread Tobias
vices over a number of Scalr Roles in the near future. - Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email

[google-appengine] Re: Channel API with TyphoonAE

2010-08-28 Thread Tobias
ading the IE8 update from this http://support.microsoft.com/kb/976662 location. - Tobias On Aug 28, 10:25 am, Tobias wrote: > On Aug 28, 9:53 am, Tom Wu wrote: > > >http://trivia-quiz.typhoonae.org:8080/ > > > It works fine in firefox. > > IE8 failed with JSON undefined

[google-appengine] Re: Channel API with TyphoonAE

2010-08-28 Thread Tobias
On Aug 28, 9:53 am, Tom Wu wrote: > http://trivia-quiz.typhoonae.org:8080/ > > It works fine in firefox. > IE8 failed with JSON undefined. Thanks a lot for reporting this! You're right, the Javascript still needs some tweaks. - Tobias -- You received this message because you

[google-appengine] Channel API with TyphoonAE

2010-08-27 Thread Tobias
oonae/wiki/ChannelAPI wiki page and follow us on Twitter http://twitter.com/TyphoonAE to be informed on upcoming releases. Thanks! Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email t

[google-appengine] TyphoonAE 0.1.1 released

2009-12-28 Thread Tobias
dback. Kind regards, Tobias -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@google

[google-appengine] Re: Websocket support on AppEngine?

2009-12-23 Thread Tobias
I've recently added a feature request http://code.google.com/p/googleappengine/issues/detail?id=2535 Feel free to add comments and/or to star it :) On Dec 23, 12:43 am, Devraj Mukherjee wrote: > Hi all, > > Are there any indications of when AppEngine server might support > Websockets? Or does i

[google-appengine] Re: SaaS

2009-11-11 Thread Tobias
edback (enhancement suggestions, issues etc.) appreciated :) Cheers, Tobias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@go

[google-appengine] Getting my app files from the App Engine

2009-10-08 Thread Tobias
ut objects in the datastore/Bigtable, but the actual files/ images/scripts/css/whatever. Thanks a lot! Tobias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: TyphoonAE alpha released

2009-10-06 Thread Tobias
Hi Brian, On Oct 5, 7:15 pm, bFlood wrote: > this is excellent work Tobias, thanks. this could certainly help with > smaller sites that need to keep at least a single instance handler > hot, have you tried it on EC2 yet? Thanks :) I've not yet tested it on EC2, but it'

[google-appengine] TyphoonAE alpha released

2009-10-05 Thread Tobias
and Ubuntu. http://typhoonae.googlecode.com http://pypi.python.org/pypi/typhoonae Have fun, Tobias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: beginner need for help about Cookie!

2009-10-03 Thread Tobias
('^Set-Cookie: ').sub('', cookie.output(), count=1) self.response.headers.add_header('Set-Cookie', str(h)) Hope it helps, Tobias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

[google-appengine] Re: Type for any types of proprety?

2009-07-29 Thread Tobias
You may want to use an expando as described here http://code.google.com/appengine/docs/python/datastore/expandoclass.html On Jul 29, 5:03 am, Juguang XIAO wrote: > Hello. > > In datastore, I want to create a misc "table" to store dynamic properties > which is not in the defined model. For exampl

[google-appengine] Re: any good ways to deal with the user session?

2009-07-24 Thread Tobias
It depends a bit on what you are aiming at. This is list of some projects providing session handling for gae: http://gaeutilities.appspot.com/ http://pypi.python.org/pypi/Beaker http://code.google.com/p/appengine-monkey/wiki/Pylons (uses beaker) http://docs.djangoproject.com/en/dev/topics/http

[google-appengine] Re: any good ways to deal with the user session?

2009-07-24 Thread Tobias
, Tobias On Jul 23, 11:35 am, "Neuron.Lin" wrote: > user api in google.appengine.api.users doesn't seem so powerful, and i > want to manage users by myself. is there any api for user session? > or, how can i modify the pages cre