Re: [google-appengine] Google Cloud Endpoints Without SSL

2013-06-07 Thread Dan Holevoet
Hi Isaac, Endpoints requires SSL. There haven't been (and are unlikely to be) any plans to change this. If you need to access your API in a system not supporting SSL, you'll need to either update the system to support SSL or run through a proxy. Thanks, Dan On Fri, Jun 7, 2013 at 11:19 AM, Isaa

[google-appengine] Google Cloud Endpoints Without SSL

2013-06-07 Thread Isaac LaƱado
Hi All, I'm trying to create a web-service with Google App Engine (GAE) and the Google Cloud Endpoints using Java. I've just created a simple example which retrieves a simple text and it works perfect. The problem that I'm having is that when I upload it to GAE and access the web-service throu