Hey, I'm setting up spicedb in k8s with the helm ...
# spicedb
s
Hey, I'm setting up spicedb in k8s with the helm chart. When I try to write the schema to spicedb from my node backend, I run in to this:
406CC653847F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl
Spicedb service:
Copy code
Port:                     grpc  50051/TCP                                                                                         TargetPort:               50051/TCP                                                                                               Endpoints:                10.244.12.128:50051
URL I pass to
v1.NewClient
: "....svc.cluster.local:50051 Anyone that can help and point me in the right direction? 🙏 Best, Sigge
4 Views