-
Notifications
You must be signed in to change notification settings - Fork 1
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
Etcd serving TLS is not supported #16
Comments
Examining the error with a proper debug build shows:
The cause seems to be related to the https proxy in between, we will need to investigate if it is related to webgateway or https proxy in general (e.g. also a problem when just using caddy) |
Thanks for looking into this, Lee. I wonder if there's any chance of a workaround in the meantime, as I see indications in #2262 that this may have been working under an older configuration of the etcd deployment where manually adding port forwarding was required. |
@scottyeager running a local etcd on your machine and configuring that in the zstor config should help :) |
Indeed it does, @xmonader, but I'm hoping to see a fully grid based solution working :) |
After some debugging, it seems that the problem is that the current library does not automatically use Since |
Some work has been done to hopefully support tls, however I don't really have an env to test this on. I tried to use the config from #17, but that one errors on the unexpected compression flag again. However it seems that even |
Using |
Automatic TLS for https endpoints for etcd is now available on master. Note that this relies on the running systems root certificates. In other words, self signed certificates for etcd will not work unless the certificate root is added to the systems trusted certs. |
I have a VDC with etcd deployed inside. Locally, I've built the latest 0-stor from source. I can interact with the VDC etcd using etcdctl and I can use 0-stor with a local etcd. However, 0-stor and the VDC etcd will not work together.
I've downloaded the 0-stor config and added the endpoint for my VDC etcd. Attempting to add or check files gives
Error: "could not save value: response failed"
andError: "could not load value: response failed"
, respectively.Etcd endpoint:
"https://scott-etcd-etc.webg1test.grid.tf:2379"
The text was updated successfully, but these errors were encountered: