Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL support for Langserve #617

Open
amir1m opened this issue Apr 23, 2024 · 1 comment
Open

SSL support for Langserve #617

amir1m opened this issue Apr 23, 2024 · 1 comment

Comments

@amir1m
Copy link

amir1m commented Apr 23, 2024

Hello,
I have langserve deployment working on HTTP however would like to serve on HTTPS end point. How can we enable support for SSL in Langserve?

Thanks.

@eyurtsev
Copy link
Collaborator

LangServe only adds endpoints to an existing Fast API app. So it's more of a question of how to add https to a fast api application rather than langserve.

Fast API docs: https://fastapi.tiangolo.com/deployment/https/

When deploying with uvicorn you can add certificates like this: https://www.uvicorn.org/deployment/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants