You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gRPC runtime (gRPC core) used by Python does not read TLS certificates from Windows certificate store, but instead uses built-in list of trusted roots, see: https://github.com/grpc/grpc/blob/master/etc/roots.pem.
As a result when a customer is using for example certificates signed by company's CA the Python Mesh SDK client still needs to provide the certificate explicitly.
Explore the possibility of loading TLS certificate from Python code.
If possible then create an example/utility function/separate library for that. So that customers can re-use it.
The text was updated successfully, but these errors were encountered:
The gRPC runtime (gRPC core) used by Python does not read TLS certificates from Windows certificate store, but instead uses built-in list of trusted roots, see: https://github.com/grpc/grpc/blob/master/etc/roots.pem.
As a result when a customer is using for example certificates signed by company's CA the Python Mesh SDK client still needs to provide the certificate explicitly.
Explore the possibility of loading TLS certificate from Python code.
If possible then create an example/utility function/separate library for that. So that customers can re-use it.
The text was updated successfully, but these errors were encountered: