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
Checking in on the state of sense when operating on a secured cluster. We are using shield for authentication/authorization and also SSL.
It looks like sense is firing http requests from nodejs / kibana level. Are the browser credentials passed in?
Also it looks like using ssl connections is failing - Client request error: certificate not trusted. Which is interesting given openssl verification does work.
I get the "Client request error: self signd certificate" error again using sense-2.0.0-beta5 on Kibana 4.5.0, adding " rejectUnauthorized: false" in the index.js does not help anymore. I copied the complete index.js from the older version (including the rejectUnauthorized line) to the new version which is working.
Checking in on the state of sense when operating on a secured cluster. We are using shield for authentication/authorization and also SSL.
It looks like sense is firing http requests from nodejs / kibana level. Are the browser credentials passed in?
Also it looks like using ssl connections is failing -
Client request error: certificate not trusted
. Which is interesting given openssl verification does work.openssl s_client output:
The text was updated successfully, but these errors were encountered: