You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: