[google-appengine] Re: HTTPS Support for appspot.com

2008-10-16 Thread kang
well done On Fri, Oct 17, 2008 at 6:03 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > One of the most frequently requested features for App Engine has been HTTPS > serving capabilities. Today we're excited to announce that App Engine now > supports incoming HTTPS connections using a certificat

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-16 Thread Mattias Johansson
Hi Google Hmm, this is EXCELLENT progress! Than you for listenting. Might I suggest that you also offer a few custom whitelabel domains, like securecheckout.com, secureconnection.net or something? Main domain is not as necessary as it looking professional. /mattias On 17 Okt, 02:31, kang <[EMAI

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-17 Thread conman
Oh Boy!! That are great news!! Thanks for your _excellent_ work! Regards, Constantin On 17 Okt., 00:03, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > One of the most frequently requested features for App Engine has been HTTPS > serving capabilities.  Today we're excited to announce that App E

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-17 Thread Satish
Thank you ! On Oct 17, 4:15 pm, conman <[EMAIL PROTECTED]> wrote: > Oh Boy!! > > That are great news!! Thanks for your _excellent_ work! > > Regards, > Constantin > > On 17 Okt., 00:03, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > > > One of the most frequently requested features for App Engine

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-17 Thread Alexander Konovalenko
HTTPS support is really great. Here is a summary of remaining security issues with App Engine. * Support HTTPS for arbitrary domains (not just *.appspot.com) This request is being tracked in issue 792: http://code.google.com/p/googleappengine/issues/detail?id=792 * urlfetch doesn't verify HTTPS

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-17 Thread Jeff S
Hi Alexander, Good point about 46 being marked a duplicate of 44. I've "de-duped" it. Cheers, Jeff On Oct 17, 10:41 am, Alexander Konovalenko <[EMAIL PROTECTED]> wrote: > HTTPS support is really great. > > Here is a summary of remaining security issues with App Engine. > > * Support HTTPS for

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-18 Thread Charles Yan
EXCELLENT! Greate appericiate! On Oct 17, 6:03 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > One of the most frequently requested features for App Engine has been HTTPS > serving capabilities.  Today we're excited to announce that App Engine now > supports incoming HTTPS connections using a c

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-18 Thread fssfans
??? what's going on? Console Unexpected attribute 'secure' for object of type . my app.yaml - application: fssmain version: 1 runtime: python api_v

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-18 Thread Roy Leban
I wonder if another workaround for the IP-based limitations of SSL is to dynamically assign a port for SSL for each app. So, I've got www.myapp.com and when my app is started up, you assign www.myapp.com:7520 for SSL. Another app on the server might get 7521, etc. The assignment is only while the

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-18 Thread Roy Leban
> I wonder if another workaround for the IP-based limitations of SSL is > to dynamically assign a port for SSL for each app Oh, and you could potentially support Server Name Indication for newer clients and dynamic ports for older clients. A big advantage of all of us running on GAE is that y

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-20 Thread Marzia Niccolai
You must have the 1.1.5 version of the SDK to use the 'secure' argument in your app.yaml. -Marzia On Fri, Oct 17, 2008 at 8:52 PM, fssfans <[EMAIL PROTECTED]> wrote: > > ??? > > what's going on? > > Console > > > Une

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-20 Thread Filip
Thanks for this! Looking forward to SNI on arbitrary domain names, but this will solve the problem for now, and it makes a really big difference. Filip. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: HTTPS Support for appspot.com

2008-10-21 Thread cb
Really great news. On Oct 20, 2:47 pm, Filip <[EMAIL PROTECTED]> wrote: > Thanks for this! > > Looking forward to SNI on arbitrary domain names, but this will solve > the problem for now, and it makes a really big difference. > > Filip. --~--~-~--~~~---~--~~ You re