logdna / logdna-cli

The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.
https://logdna.com
MIT License
27 stars 21 forks source link

Error: Error: self signed certificate in certificate chain #57

Open don-najd opened 2 years ago

don-najd commented 2 years ago

After brew install, all log dna cli commands error with

Error: Error: self signed certificate in certificate chain

c-nixon commented 2 years ago

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.