Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a WSGI enabled server instead of flask #3

Open
DotNetRussell opened this issue Aug 31, 2023 · 0 comments
Open

Use a WSGI enabled server instead of flask #3

DotNetRussell opened this issue Aug 31, 2023 · 0 comments

Comments

@DotNetRussell
Copy link
Owner

Do not use flask as the primary server. It's not appropriate for production. Instead use a web server able to communicate with Flask through a WSGI protocol such as waitress. Waitress doesn't currently support TLS natively so another approach will need to be created for that also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant