Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3601

Does Weaviate support SSL out of the box?

$
0
0

@DudaNogueira

Need Your help here .

root@i-xxxxxxxxx-server:~# grpcurl -d ‘{“service”: “Weaviate”}’ -proto health.proto grpc.pocweviate.mydomain.com:443 grpc.health.v1.Health/Check
{
“status”: “SERVING”
}

root@i-xxxxxxxxx-server:~# grpcurl -v -insecure -H “apikey: weaviatetest-readOnly-Key-lakshmi” grpc.pocweviate.mydomain.com:443 list
Failed to list services: server does not support the reflection API

root@i-xxxxxxxxx-server:~# grpcurl -v -insecure -H “apikey: weaviatetest-readOnly-Key-lakshmi” grpc.pocweviate.mydomain.com:50051 list
Failed to dial target host “grpc.pocweviate.mydomain.com:50051”: context deadline exceeded
root@i-xxxxxxxxx-server:~#

I have applied SSL using Nginx Ingress

am using NetworkLoadbalencer

Failed to list services: server does not support the reflection API

Failed to dial target host “grpc.pocweviate.mydomain.com:50051”: context deadline exceeded

Why this error, Any help from your side. It’s littile urjent. Your inputs will help me a lot.

Hope GRPC endpoint health looks Good.

status": "SERVING


Viewing all articles
Browse latest Browse all 3601

Trending Articles