You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add TLS support for Milvus-Backup tool
Why is this needed?
Milvus-Backup currently doesn't support TLS and thus, I am not able to connect using certificates.
We are using self signed certificates for authentication in Milvus like below:
uri = "https://ibmlhadmin:password@localhost:19530"
user = "user"
password ="password"
client = MilvusClient(
uri=uri,
user=user,
password=password,
secure=True,
db_name="default",
server_pem_path='/root/tls/cert.crt',
server_name='localhost',)
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What would you like to be added?
I would like to add TLS support for Milvus-Backup tool
Why is this needed?
Milvus-Backup currently doesn't support TLS and thus, I am not able to connect using certificates.
We are using self signed certificates for authentication in Milvus like below:
Anything else?
No response
The text was updated successfully, but these errors were encountered: