Replies: 1 comment 4 replies
-
To run Langflow on HTTPS, you can configure the Uvicorn server to use SSL certificates. You can start the server with the uvicorn your_app:app --host 0.0.0.0 --port 8000 --ssl-keyfile=path/to/your/keyfile --ssl-certfile=path/to/your/certfile Make sure to replace |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i started langflow with command python -m langflow run. I noticed it is running on http. how to run it on https?
Beta Was this translation helpful? Give feedback.
All reactions