Skip to content
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

confd fails talking to etcd in proxy mode #354

Closed
markhowells opened this issue Nov 10, 2015 · 2 comments
Closed

confd fails talking to etcd in proxy mode #354

markhowells opened this issue Nov 10, 2015 · 2 comments

Comments

@markhowells
Copy link

I have a etcd proxy (2.2.1) doing TLS termination and exposing an endpoint on http://172.17.0.1:2379/
Using etcdctl I can read/write the cluster if I use --no-sync to force etcdctl to trust the proxy.

Confd (0.10.0) appears to exhibit similar behaviour to etcdctl without the no-sync flag

confd -onetime -node http://172.17.0.1:2379

returns the following (I've redacted the external IP address below)

ERROR 501: All the given peers are not reachable (failed to propose on members [https://1.2.3.4:2379]

Is there a no-sync equivalent to force confd to trust the proxy? Otherwise I don;t see how I can use confd with a TLS proxy...

@bacongobbler
Copy link
Collaborator

sounds like a dupe of #319. Try out #329 and see if that helps solve your issue :)

@markhowells
Copy link
Author

Yep. That fix works fine. Hope it makes it into a release soon. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants