We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug:
Unable to connect to Milvus cluster. Connection error (Bad Request) when connecting to Milvus cluster with server side tls enabled.
I noticed that ssl was removed on 2.2.7: #203 May I know why was it removed? And how can we connect using SSL enabled if this is the case
Steps to reproduce:
milvus:19530
Specifying https://milvus:19530 does not work as well.
https://milvus:19530
Attu version: v2.2.7
Milvus version: 2.2.10
The text was updated successfully, but these errors were encountered:
Let me check it soon. https should be equal to ssl:true.
https
ssl:true
Sorry, something went wrong.
fix #225 and fix that server failed to get newer client if address
7d195f3
changed. Signed-off-by: ruiyi.jiang <[email protected]>
Merge pull request #227 from zilliztech/ssl
7bcfe42
fix #225 and fix that server doesn't respect new address
Successfully merging a pull request may close this issue.
Describe the bug:
Unable to connect to Milvus cluster.
Connection error (Bad Request) when connecting to Milvus cluster with server side tls enabled.
I noticed that ssl was removed on 2.2.7: #203
May I know why was it removed? And how can we connect using SSL enabled if this is the case
Steps to reproduce:
milvus:19530
)Specifying
https://milvus:19530
does not work as well.Attu version:
v2.2.7
Milvus version:
2.2.10
The text was updated successfully, but these errors were encountered: