[grpc-io] On Windows, where are trust certificates stored?

2024-02-12 Thread Andrew Bay
gRPC is used as a library inside of the databricks-connect library in python. I cannot programmatically add a trust certificate for the server it is connecting to. Where can I put my firewall's MitM certificate so I do not get "CERTIFICATE_VERIFY_FAILED" errors on a windows machine? -- You

[grpc-io] [gRPC-Java] Pass context or header information to parseRequest on server side

2024-02-12 Thread R Chinmay
I have a custom implementation of request marshaller (overriding io.grpc.MethodDescriptor.Marshaller) which I want to use, but I would need context information related to the microservice call (specifically microservice method name being invoked). I tried populating it in ServerInterceptor's

[grpc-io] Re: "Certificate verification failed to find relevant CRL file" error

2024-02-12 Thread Tim
Thanks for that link, it was very helpful. It looks like my answer was buried deep within it. That link has 1 subtle difference from what I did which is to run openssl rehash on the directory containing the crl as the final step. This creates a hashed filename linking to the crl and THAT is