Good day,
I've always seen examples where a Nodejs client is either created as unsecured, or a TLS client certificate is provided. How does one create a secure JS client without any certificates?
For example, the *.
googleapis.com grpc endpoint documentation doesn't mention anything about needing certificates. I'm struggling to understand how I can connect to a grpc service from Nodejs with TLS while not providing certificates.
With the Java client, I don't specify withPlainText, and it defaults to TLS. Is there a Nodejs alternative?
Regards
Neville