Purpose: Shorten the feedback loop using the App Engine developer server. For my use, this should be available as a public HTTPS address. App Engine Developer Server only supports HTTP.
How to do it: Use ngrok to open the local dev environment as the https public address.
Reverse proxy from nginx from https to http.
It seems possible, but for the life of me I have no configuration.
I work with the standard Java App Engine on osx.
Other working solutions or ideas are welcome. Of course, there is a way to do this.
source
share