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
Hi, I have bene trying to call:
cargo run --example raw -- --pd "[endpoint]" --ca ca.crt --cert tls.cert --key tls.key
But getting: "PD cluster failed to response". However,
curl -k --cacert ca.crt --cert tls.crt --key tls.key [endpoint/pd/api/v1/members]
will work. I did try to modify raw.rs to use v1 API, but getting the same output.
raw.rs
v1
The text was updated successfully, but these errors were encountered:
Which commit are you using ?
Please check that whether it is the same issue with #444.
Sorry, something went wrong.
@pingyu Thanks I believe I am on the latest commit
No branches or pull requests
Hi, I have bene trying to call:
But getting: "PD cluster failed to response".
However,
will work.
I did try to modify
raw.rs
to usev1
API, but getting the same output.The text was updated successfully, but these errors were encountered: