Tag: SSL

  • Properly run FastAPI uvicorn+gunicorn with HTTPS

    Properly run FastAPI uvicorn+gunicorn with HTTPS

    by

    in

    To run the FastAPI on HTTPS: edit systemctl service file of your app service. On Ubuntu, those files located at (/etc/systemd/system/) If you don’t remember where you put the service file of your app – just run the systemctl status command: systemctl status appname systemctl status appname Add two arguments related to the SSL certificate…