Skip to content
Discussion options

You must be logged in to vote

Turns out, i just need to setting the docker file that i used.
I just need add several word in the uvicorn command, like this

uvicorn example:app --port 5000 --ssl-keyfile=./key.pem --ssl-certfile=./cert.pem

The documentation is in starlette.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
Converted from issue

This discussion was converted from issue #3256 on February 27, 2023 22:46.