Enable TLS for internal cluster and external client #3553
Unanswered
navneetrajput06
asked this question in
Q&A
Replies: 2 comments 1 reply
-
This error is not related to your TLS configuration. Could you describe how you start your nodes? Are you doing it t he same way as we describe qdrant.tech/documentation/guides/distributed_deployment? It is important to set correct |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
We are trying to enable TLS for external and internal communication in our qdrant cluster which is deployed in distributed mode.
While trying to deploy the cluster my pods are not starting with below error.
2024-02-06T18:40:17.596938Z INFO storage::content_manager::consensus::persistent: Loading raft state from ./storage/raft_state.json
Error: No such file or directory (os error 2)
We are using help to deploy and below is the values.yaml
TLS configuration.
Required if either service.enable_tls or cluster.p2p.enable_tls is true.
tls:
Server certificate chain file
cert: /localpath/cert.pem
key: /localpath/key.pem
ca_cert: /localpath/cacert.pem
config:
cluster:
enabled: true
p2p:
enable_tls: true
port: 6335
please help me if i am missing anything and also let us know how we can connect to qdrant cluster using python (configuration parameters to pass the certificate files)
Beta Was this translation helpful? Give feedback.
All reactions