logdna-cli icon indicating copy to clipboard operation
logdna-cli copied to clipboard

Error: Error: self signed certificate in certificate chain

Open don-najd opened this issue 3 years ago • 1 comments

After brew install, all log dna cli commands error with

Error: Error: self signed certificate in certificate chain

don-najd avatar Jun 02 '22 18:06 don-najd

Hi @don-najd,

This is likely due to a man in the middle proxy on your network. To confirm if this is the case you can install the openssl binary tools for your distribution/OS and run

openssl s_client -showcerts -servername logs.logdna.com -connect logs.logdna.com:443

If there is a mitm proxy you should see a self signed certificate from your organisation in the chain.

If that is indeed the case then unfortunately we don't support networks with this configuration in the current CLI. We are scoping a update/rewrite of the cli at the moment, but I don't have an ETA for when that might be available.

c-nixon avatar Jun 07 '22 10:06 c-nixon