Python gRPC not using the system root certificate on Linux
I’m encountering an issue with gRPC SSL/TLS verification on Linux. I expected the following Python code to use the system’s root certificates:
python gRPC error: “Exception calling application: ‘module’ object is not callable”
I am trying to create a simple gRPC service with python, using this code: