You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to only use HTTPS in our dev environments (mkcert is helpful here) to avoid any issues when running in prod. So we'd like to disable the default HTTP listener on port 5000 so devs can't accidentally use HTTP. In dev, we launch uwsgi as follows
We try to only use HTTPS in our dev environments (mkcert is helpful here) to avoid any issues when running in prod. So we'd like to disable the default HTTP listener on port 5000 so devs can't accidentally use HTTP. In dev, we launch uwsgi as follows
It works, but maybe I'm cheating as I see no mention of https options in the source.
Is there a way to disable HTTP:5000 or maybe to add --http-to-https to the call?
Thanks
The text was updated successfully, but these errors were encountered: