I'm using uwsgi 2.0.8 on AWS. I followed the instructions on http://uwsgi-docs.readthedocs.org/en/latest/HTTPS.html to start my web app.
uwsgi --master --https 0.0.0.0:8443,foobar.crt,foobar.key
However, it reports this error: uwsgi: unrecognized option '--https'
.
Anyone helps?
PS: I also installed uwsgi 2.0.8 on my own MBP, it works well with --https
.