-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
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
Request failed - - http://192.168.134.129:4001/v2/keys/ #20
Comments
i got same response. |
me to seeing something similar on my mac w/ request failed. needs more debug logs (connection refused? client error?). |
@henszey Anybody here still? |
etcd has released v3 for some time now, does this browser still work for etcd v3? |
I faced same issue even though I run through docker image. I got below error when I see logs of the etcd-brower docker image. root@ubuntu:~# docker logs -f etcd-browser events.js:72 |
Chrome doesn't allow to use cross-domain for localhost |
+1 |
how to resolve this problem ? |
thank you @xh4n3. my env: and run etcd-browser: docker run -d -it --name etcd-browser -p 12345:8000 --env ETCD_HOST=192.168.99.100 --env ETCD_PORT=4001 etcd-browser I insalled ForceCORS and resolve this problem. here is my setting list: setting for:
|
To resolve this question (Request failed 404),you should edit server.js add to the values of ca_file、key_file、cert_file.such as |
Hi.
I have an etcd 2.3.1 cluster with Kubernetes 1.2.4 on my Ubuntu 14.04 x64 VM.
Here's the status:
Then I browsed to
http://henszey.github.io/etcd-browser/
in this VM's firefox, enteredhttp://192.168.134.129:4001
and clickGo!
. It gave me:Request failed - - http://192.168.134.129:4001/v2/keys/
But when I opened the
http://192.168.134.129:4001/v2/keys/
address in another tab of my Firefox, it shows normally:So I wonder where it's wrong? Thanks!
The text was updated successfully, but these errors were encountered: