We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Trying to use this plugin in VSCode (Windows) to access my local elastic server, which is self-signed, this error pop up :
The server is ok, and open the url in chrome works.
Environment :
Any idea ?
The text was updated successfully, but these errors were encountered:
This isn't the most secure thing to do but if you set the following environment variable it should work:
NODE_TLS_REJECT_UNAUTHORIZED = '0'
Looking at the source code for the plugin, there's no provision to ignore it on a per host or in the "ElasticSearch" Extension only.
Sorry, something went wrong.
No branches or pull requests
Hello,
Trying to use this plugin in VSCode (Windows) to access my local elastic server, which is self-signed, this error pop up :
The server is ok, and open the url in chrome works.
Environment :
Any idea ?
The text was updated successfully, but these errors were encountered: