Does Weaviate support SSL out of the box?

Hello,
I’m setting up self hosted instance of Weaviate on an Ubuntu VPS with Weaviate running in a Docker container. My question is can Weaviate instance support SSL connections by itself like eg. MySQL server does or do I need a reverse proxy eg. Nginx that will handle that? I looked into docs and searched ‘weaviate ssl’ online but didn’t find anything useful.

Hi @kokogrr ! Welcome to our community :hugs:

No. You will need to reverse-proxy it in order to get SSL.
You can do it with traefik or nginx, for example.

I will add a note about this in our docs, thank you!

Thanks a lot for quick reply!

is document updated for SSL? I cant find anything