aws-es-kibana icon indicating copy to clipboard operation
aws-es-kibana copied to clipboard

Option to disable SSL certificate verification

Open ea167 opened this issue 5 years ago • 1 comments

Hello,

First of all, congrats for this great Kibana proxy, it helps a lot!

When trying to use aws-es-kibana on a laptop connecting to AWS Kibana through an SSH tunnel, we get an [ERR_TLS_CERT_ALTNAME_INVALID] error due to http-proxy.

However there is an option on line 129 of index.js that is hardcoded to secure: true that would allow the use case to work.

Would it be possible to have a command-line argument to put this option as false?

ea167 avatar Nov 20 '19 17:11 ea167

PR #63 to add the -U (unsecure, to disable SSL certificate validation) option

ea167 avatar Nov 20 '19 23:11 ea167