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
I'd like to connect to AWS Elasticsearch service host via vscode-elastic extension.
The AWS Elasticsearch service host
So, I
When I use curl command to access the Elasticsearch host, I create ssh tunnel first then use -k option to ignore the cert issue like the following.
-k
curl -k -XGET https://localhost:7000/_cat/health
It can give me a 200 response.
Make ssh tunnel via
ssh -f -N -L 7000:subdomain.ap-northeast-1.es.amazonaws.com:443 bastion-server-domain
Set the domain host for vscode-elastic extension.
Exec Run Query
I'd like to know if there's a way to ignore the cert issue as well as curl's k option.
The text was updated successfully, but these errors were encountered:
I would also be interested in this function
Sorry, something went wrong.
No branches or pull requests
I'd like to connect to AWS Elasticsearch service host via vscode-elastic extension.
The AWS Elasticsearch service host
So, I
When I use curl command to access the Elasticsearch host, I create ssh tunnel first then use
-k
option to ignore the cert issue like the following.It can give me a 200 response.
How to see this issue
Make ssh tunnel via
Set the domain host for vscode-elastic extension.
Exec Run Query
I'd like to know if there's a way to ignore the cert issue as well as curl's k option.
The text was updated successfully, but these errors were encountered: