Relative Content

Tag Archive for pythonflaskuwsgidockerpy

uwsgi with https getting socket option missing

I am running a Flask application on Docker with uwsgi. I have been running it for years now, but we need to add https to it. I know I can use an HAProxy and do ssl offloading, but in our current setup we cant do it this way, at least not right now. We need to do the SSL directly on the application. I have tried multiple options and I keep getting “The -s/–socket option is missing and stdin is not a socket.” Not sure what else to try. The server is uWSGI==2.0.26. Please help. below is my uwsgi.ini file.