Closed Daxx13 closed 2 years ago
Hello @Daxx13 ,
thanks for raising an issue. Could you please advise a number of things?
override
feature? Best, Anton
Hi @akarneliuk,
Thanks!
Hi,
Seems to be a ciphers thing with grpc, not directly related with this project, I made it work setting this environment variable:
os.environ["GRPC_SSL_CIPHER_SUITES"] = "HIGH"
Thanks!
Hi,
I just started working with gNMI and TLS using a SR-OS platform. The basic setup seems to be working, as gnmic returns the correct output when reaching the test device. This is also working without specifying the --tls-ca cert but with --skip-verify:
But, using pyGNMI from the same machine, same connection data, is not working for me:
Tried in some other ways, without insecure parameter, etc. Debug flag does not give more info. I can see traffic exchange between my machine and the gNMI server.
FYI: Unencrypted connections (w/o using TLS) worked just fine.
Thanks!