Skip to content

Are CamPemPath/ServerPemPath parameters required for MilvusClient if the Milvus cert has been imported into the java trust store? #34160

Discussion options

You must be logged in to vote

The logic to build connections in Java SDK is here: https://github.com/milvus-io/milvus-sdk-java/blob/c8c592402123632c817e4d3c336c750d156da8fb/src/main/java/io/milvus/client/MilvusServiceClient.java#L102

I think you have to configure the client with the CaPemPath/ServerPemPath.
I am not sure what should be done to support Java trust store. If you know how to implement it, you are welcome to submit PR to the Java SDK repo.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ndtreviv
Comment options

Answer selected by ndtreviv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants