Python secure channel gRPC 'ssl_transport_security.cc:1807] No match found for server name' on remote instance – Debian
I have a Debian GCP instance that I'm trying to run a Python gRPC server. My instance has a static IP and I'm trying to establish a secure channel between my remote instance (server) and a local client. I have…