gnmic icon indicating copy to clipboard operation
gnmic copied to clipboard

emit error if --insecure is not used and the system doesn't offer TLS cert

Open hellt opened this issue 5 years ago • 0 comments

currently when --insecure is not set and the remote system doesn't have the TLS certificate the client silently exits:

gnmiClient -a 10.1.0.11:57400 -u admin -p admin get --path /state/system/version

instead a meaningful error should be emitted

hellt avatar May 12 '20 19:05 hellt