Problem with Certificate when connecting to Eventstore using EventStore.Client.Grpc.Streams

222 Views Asked by At

Good afternoon.

I am trying to connect to an Eventstore single node instance (self deployed on azure vm without docker) from various web services written in asp.net core. When running the services with docker and docker-compose, there is a certification issue. When running the service without docker, there is not.

My question is, what is the requirements regarding to the certificate of the web application to connect to Eventstore using grpc successfully?

The error i got is the following

Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain", DebugException="System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.

System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain

Is this exception caused by an self signed certificate?

0

There are 0 best solutions below