[Question] How to connect Weaviate Python client with custom certificate?

Hi Weaviate Team,

I’m trying to connect to our Weaviate db using the Python client with a custom PEM file.

I’m using Python Weaviate client version: 4.17.0

In my client version ssl_config parameter is not available.

Could you please clarify:

   How to pass a custom certificate (PEM/CRT) in the current Python client?

Thanks for your guidance!

hi @Subramanya_L !!

Welcome to our community :hugs: !

Check out this thread:

Let me know if this helps!

Thanks!

The linked thread is about a slightly different thing (client certificates). You can add a custom certificate as described here: Notes and best practices | Weaviate Documentation

1 Like