java - You are exploring an API that is described or served via HTTP instead of HTTPS -


after following steps described here create api :

https://cloud.google.com/appengine/docs/java/endpoints/getstarted/backend/helloendpoints

i open following url on browser :

http://localhost:8080/_ah/api/explorer

after running

mvn appengine:devserver

to test api locally.

however, browser redirects

https://cloud.google.com/appengine/docs/java/endpoints/getstarted/backend/helloendpoints

and following error appears in red :

you exploring api described or served via http instead of https. insecure , may blocked browser. fix this, set tls proxy api. alternatively, can tell browser allow active content via http @ site (on chrome, click shield in url bar), not improve security or dismiss message.

and api explorer blank

what best way around this?

the best way around in error message.

to fix this, set tls proxy api. alternatively, can tell browser allow active content via http @ site (on chrome, click shield in url bar), not improve security or dismiss message.

you can create self signed ssl cert , set local ssl proxy forwards application or can tell browser allow mixed content (http inside of https). both ways work, use latter method , click shield icon in chrome tell it ok.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -