Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread Emanuele Ziglioli
...should have kept my bloody mouth shut, that'll teach me, ay On Monday, 25 June 2012 16:59:19 UTC+12, Emanuele Ziglioli wrote: > > Well, https has suddenly stopped working. > That's classy > > On Monday, 25 June 2012 12:15:08 UTC+12, Cayden Meyer wrote: >> >> Hi Emanuele, >> >> Can you explain

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread Emanuele Ziglioli
Well, https has suddenly stopped working. That's classy On Monday, 25 June 2012 12:15:08 UTC+12, Cayden Meyer wrote: > > Hi Emanuele, > > Can you explain what you mean by this statement from your previous post? > >> https has started working for us last week on a custom domain, although >> with

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread johnP
I was assuming that this would be the 'big announcement' at the IO conference. I guess you confirmed it :) On Sunday, June 24, 2012 6:16:33 PM UTC-7, Emanuele Ziglioli wrote: > > > > On Monday, 25 June 2012 12:15:08 UTC+12, Cayden Meyer wrote: >> >> Hi Emanuele, >> >> Can you explain what yo

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread Emanuele Ziglioli
On Monday, 25 June 2012 12:15:08 UTC+12, Cayden Meyer wrote: > > Hi Emanuele, > > Can you explain what you mean by this statement from your previous post? > >> https has started working for us last week on a custom domain, although >> with a certificate error. >> > I've noticed that https://ww

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread Cayden Meyer
Hi Emanuele, Can you explain what you mean by this statement from your previous post? > https has started working for us last week on a custom domain, although > with a certificate error. > I had request to be included in the trial but had not notification of > that. Thanks, Cayden Meyer Produ

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-24 Thread Emanuele Ziglioli
Hi Jeff, https has started working for us last week on a custom domain, although with a certificate error. I had request to be included in the trial but had not notification of that. Previously I had had some success doing secure authentication with json-rpc and Cors: https://groups.google.com/

Re: [google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-19 Thread Jeff Schnitzer
Yes, but - unless someone has rolled out a wonderful new feature silently - you cannot make https requests to ghs.google.com. The "secure" setting only works on *.appspot.com. Jeff On Tue, Jun 19, 2012 at 2:48 PM, Hamilton Carter wrote: > Hi, > > I believe you can cause this to happen in your a

[google-appengine] Re: App Accessible via HTTPS but not HTTP

2012-06-19 Thread Hamilton Carter
Hi, I believe you can cause this to happen in your app.yaml file. If you have something like: url: .* script: main.py secure: always it might 'force' all accesses through https. Best Regards, Hamilton On Monday, June 18, 2012 12:41:29 PM UTC-5, emmett9001 wrote: > > I have an appengine