-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Secured Peer Communication not working for domain name only certificate #8600
Comments
Can you share the output of command |
|
Hrm this is interesting, dns is configured by DigitalOcean... Here is the output of $ dig -x 10.135.72.159
; <<>> DiG 9.10.3-P4-Ubuntu <<>> -x 10.135.72.159
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 32593
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;159.72.135.10.in-addr.arpa. IN PTR
;; AUTHORITY SECTION:
10.in-addr.arpa. 670 IN SOA localhost. root. 1 604800 86400 2419200 604800
;; Query time: 0 msec
;; SERVER: 67.207.67.2#53(67.207.67.2)
;; WHEN: Sun Sep 24 18:18:36 UTC 2017
;; MSG SIZE rcvd: 104``` |
Yeah, this is DNS misconfiguration, not etcd bug. |
Hi all,
I having problems in provisioning an etcd cluster:
ETCD Version: 3.2.7
Configuration:
The peer certificate is generated via cfssl with following configuration:
Starting the etcd cluster leads to following exception:
If I add the IP Address to the certificate it seems to work. But I'm trying to do it so dynamic that only *.example.de is in the IP area. Do you have any idea how to solve it?
Best regards,
Björn
The text was updated successfully, but these errors were encountered: