Description
Hi All,
I’m trying to get started with a sandbox I’ve created but due to the way Zscaler is set up in my org, I’m not able to successfully create a weaviate client.
just following the quick setup tutorial, using the following code:
client = weaviate.connect_to_weaviate_cloud(
cluster_url=wcd_url,
auth_credentials=Auth.api_key(wcd_api_key)
)
Is there any way I can connect to my sandbox (or any weaviate cloud instance) without SSL verification? I’ve tried setting custom certs in my environment, but nothing really seems to work.
I noticed there was a PR somewhere that attempted to add an “SSL verify false” function to the AdditionalConfig, but it doesn’t seem to be in the release version yet? Are there any other work arounds?
Thanks in advance!