Wechseln Sie den Punicor -Port und auf HTTPS
gunicorn --certfile=server.crt --keyfile=server.key --bind 0.0.0.0:443 test:app
Talhah Patelia
gunicorn --certfile=server.crt --keyfile=server.key --bind 0.0.0.0:443 test:app