Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
don-najd opened this issue Jun 2, 2022 · 1 comment
Open

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

don-najd opened this issue Jun 2, 2022 · 1 comment

Comments

@don-najd
Copy link

don-najd commented Jun 2, 2022

After brew install, all log dna cli commands error with

Error: Error: self signed certificate in certificate chain

@c-nixon
Copy link

c-nixon commented Jun 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants