Goal: Reduce dev - feedback cycle by using App Engine dev server. For my use this must be available as a public HTTPS address. App Engine dev server only supports HTTP.
How to do this: Use ngrok to expose local dev environment as https publically available address.
Reverse proxy with nginx from https to http.
This seems possible, but for life of me I haven't got the config working.
I'm working with App Engine Standard Java on osx.
Other working solutions or ideas are welcome. Surely there is a way to do this.
In case you've got only one module you need to reach out via SSL, you can simply use this one https://github.com/cameronhunter/local-ssl-proxy. Installation and usage are super easy. Just change the target port to your module port and then browse it via https to the source port. If you need to reach to multiple modules, you need to run it multiple times with different params (ports).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With