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, Isaac Lañado <ilan...@gmail.com> wrote:

> 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 through HTTP i get the following messege from the json response
>
> {"error":{"errors":[{"domain":"global","reason":"sslRequired","message":"SSL 
> is required to perform this operation."}],"code":403,"message":"SSL is 
> required to perform this operation."}}
>
>
> and when I access through HTTPS i do get the right response
>
> {
>  "Text": "Hello world! from lanado's computer",
>
>  "kind": "test#helloWorldEndpointItem",
>
>  "etag": "\"D2SOFqEdwN1r8G-XCKxgVNRrWR0/izo2v_k7CeWU238fP57lIflWlHE\""
> }
>
>
>
> The thing is i really do need to access the web-service through HTTP since
> I'm connectig directly from a ORACLE XE database.
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Dan Holevoet
Google Developer Relations

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to