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

2024-02-14 Thread 'Xuan Wang' via grpc.io
GRPC_DEFAULT_SSL_ROOTS_FILE_PATH is indeed used to specify the PEM file to load SSL roots from (doc about this and more env vars can be find here ), so using it should be able to solve the issue too. On Wednesday, February 1

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

2024-02-14 Thread Andrew Bay
The windows certificates are fine because the site opens fine in Edge. I found that gRPC uses %PYTHON_HOME%\lib\site-packages\grpc_cython_credentials\roots.pem for its certificates and if I add the one I needed to the bottom of that, it made it work. I didn't try, but I think if I were to cre

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

2024-02-13 Thread 'AJ Heller' via grpc.io
I think this is a general Windows problem, nothing gRPC-specific you'd want to do here. A quick googling turned up this: https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate On Monday, February 12, 2024 at 8:07:11 AM UTC-8 Andrew Bay wrote: > gRPC is