pinojs / pino-elasticsearch

🌲 load pino logs into Elasticsearch
MIT License
179 stars 67 forks source link

Don't reject private network https connections #70

Closed xamgore closed 3 years ago

xamgore commented 3 years ago

Kibana and ElasticSearch require https to be set up, even for private networks, but all connections got rejected.

xamgore commented 3 years ago

And how to call the argument in CLI, --rejectUnauthorized?

mcollina commented 3 years ago

yes exactly

xamgore commented 3 years ago

Nailed it.