Sunday, 14 May 2017

How to allow only https traffic using a nodejs app on GAE flex vm?

I have the following configuration in app.yaml runtime: nodejs env: flex handlers:
- url: /.* script: app.js secure: always

But still I am able to access both http and https. I would like to disable all communication to http. Am I missing any configuration?



via user1843462

No comments:

Post a Comment