fablab-bergamo / fabomatic-backend

A RaspberryPi Zero-friendly backend, for managing FabLab machines access. This is the server-side of the Fab-O-Matic board project. Works in Python with MQTT broker + Database Engine.
https://www.fablabbergamo.it/2024/06/03/fabomatic1/
MIT License
0 stars 1 forks source link

Python Flask app must use https #3

Closed PBrunot closed 6 months ago

PBrunot commented 1 year ago

Right now, it's plain http, blocking resolution #2 The main challenge is how to get an https certificate and use it in the Flask app without getting too many warning in the client browsers.

PBrunot commented 6 months ago

closed with ssl certificates generated on-the-fly to keep data confidentiality in the wifi network. not going for trusted certificates due to internal use only (not usable externally)