[appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread l.denardo
Hello Ikai, as I mentioned elsewhere in the group, access via HTTPS does not complete properly. What I get is an error "Secure Connection Failed An error occurred during a connection to ikai-openid-demo.appspot.com: 80. SSL received a record that exceeded the maximum permissible length. (Error

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Shawn Brown
> "Secure Connection Failed > An error occurred during a connection to ikai-openid-demo.appspot.com: > 80. > > SSL received a record that exceeded the maximum permissible length. > > (Error code: ssl_error_rx_record_too_long) Same on firefox and Chrome on OSX Http works, https fails. Also, is the

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Ikai L (Google)
This is strange. SSL connects on port 443, not port 80. Point your browser here: https://ikai-openid-demo.appspot.com:443 On Fri, Jul 9, 2010 at 3:59 AM, Shawn Brown wrote: > > "Secure Connection Failed > > An error occurred during a connection to ikai-openid-demo.appspot.com: > > 80. > > > > SS

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Shawn Brown
> This is strange. SSL connects on port 443, not port 80. Point your browser > here: > https://ikai-openid-demo.appspot.com:443 no go under osx: Firefox and Chrome : immediately redirect to https://ikai-openid-demo.appspot.com/ Safari: I get to https://ikai-openid-demo.appspot.com:443/openidde

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Ikai L (Google)
I'm running OS X on my laptop. This works in Firefox 3.6 as well as Chrome 5.0.375.99. Can you try this from the command line? curl https://ikai-openid-demo.appspot.com I'm wondering if there are weird settings at a lower level - for instance, some weird proxy action going on, or a company netwo

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Ikai L (Google)
BTW - there is a known issue with HTTPS and OpenID. I was just using that site to demonstrate that we *do* serve HTTPS for all applications if a user requests them on port 443. On Fri, Jul 9, 2010 at 5:33 PM, Ikai L (Google) wrote: > I'm running OS X on my laptop. This works in Firefox 3.6 as we

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Ikai L (Google)
Okay, I'm starting to realize what's happening here. We're all talking about different things: 1. Original poster is asking about HTTPS and appspot in general. This is supporter 2. All of you with the issue with port 80 are reporting a known issue with OpenID (http://code.google.com/p/googleappe