Richard Skogeby

Results 1 comments of Richard Skogeby

The way to tunnel https on localhost is: 1. [Setup certificates]( https://www.freecodecamp.org/news/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec/) 2. Make your server include `server.crt` and `server.key` in its headers. E.g. using Uvicorn I did `uvicorn.run("views:app", host="localhost",...