DinoChiesa / ApigeeEdge-API-Traffic-Summarizer

A nodejs command-line tool that produces a summary sheet of traffic for an Apigee Edge organization
Apache License 2.0
10 stars 7 forks source link

Disable SSL/TLS verification or import self signed cert #7

Open dobl1 opened 2 years ago

dobl1 commented 2 years ago

Hi Dino,

First of all, thank you for all these tools which save us time.

I'm trying to use the tool to get the total call count for the current year but I have a certificate error. Is it possible to disable SSL/TLS verification or import self signed cert ?

> POST error: self signed certificate in certificate chain
> Error: {
    "code": "SELF_SIGNED_CERT_IN_CHAIN"
  }

Regards.