embeddedwebserver

Third-Party Signed SSL Certificate for localhost or 127.0.0.1?

邮差的信 提交于 2019-11-27 00:53:02
Without divulging TOO much information, I need to setup a web server system that is intended to be used by end users all over the internet. the use case is such that: end users are (usually) in their homes behind their local firewalls when connecting to the system. The system consists of a remote server hosted by us, strictly over https (using SSL) The authorization mechanism requires user account self-creation on the remote server which, upon successful account creation, will then require a piece of software to be downloaded and installed to the end users' computer. This software contains,

What are the limitations of the flask built-in web server

半世苍凉 提交于 2019-11-26 15:27:52
问题 I'm a newbie in web server administration. I've read multiple times that flask built-in web server is not designed for "production", and must be used only for tests and debug... But what if my app touchs only a thousand users who occasionnaly send data to the server ? If it works, when will I have to bother with the configuration of a more sophisticated web server ? (I am looking for approximative metrics). In a nutshell, I would love to find what the builtin web server can do (with approx