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?