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

droptailer client cannot send data #134

Closed
majst01 opened this issue Dec 3, 2020 · 1 comment · Fixed by #136
Closed

droptailer client cannot send data #134

majst01 opened this issue Dec 3, 2020 · 1 comment · Fixed by #136

Comments

@majst01
Copy link
Contributor

majst01 commented Dec 3, 2020

Dec 03 20:27:09 shoot--pcfgbt--gerrit-firewall-1afab ip[106868]: 2020/12/03 20:27:09 unable to send dropentry:rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0"
Dec 03 20:27:12 shoot--pcfgbt--gerrit-firewall-1afab ip[106868]: 2020/12/03 20:27:12 unable to send dropentry:rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0"

Seems to be related to go 1.15
jaegertracing/jaeger#2435, this points to the real solution:
golang/go#39568 (comment)

adding:

Environment=GODEBUG=x509ignoreCN=0

to droptailer.service immediatly makes the connection work again

I think we must change the way the certs are create in https://github.com/metal-stack/gardener-extension-provider-metal

@mwindower we must fix this with the next fw image version.

@majst01 majst01 transferred this issue from metal-stack/droptailer Dec 4, 2020
@majst01
Copy link
Contributor Author

majst01 commented Dec 4, 2020

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

Successfully merging a pull request may close this issue.

1 participant