Mike Albano
Mike Albano
Don't see the pcap, but my guess is it's related to authentication or encryption of the gRPC channel, being you've used "-insecure = True" on the Go client. You may...
Yep, looks related to encryption "TSI_PROTOCOL_FAILURE". You can add the --debug flag to see more. Is the CN of the test certificate really "172.18.8.241"?
It's a certificate verification problem: "E0529 10:47:08.915533025 5682 ssl_transport_security.cc:1233] Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED." "So is there '--insecure' option in py_gnmicli.py?" No. There is no --insecure option...
Sorry, missed this in my inbox. Sam is correct; I was referencing the client in this Issue. Thanks for the work, looking forward to the new version!
Duplicate of Issue #139
Missed the notification of your reply; thanks for the explanation. "If the device does not support GET type=CONFIG..." That is indeed the case. Looking at the GetRequest [Type](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#331-the-getrequest-message) it is...
I'll give it a shot with some of the other vendor Target implementations we have as well and report back. Happy to provide you direct access if you'd also like...