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

TLS errors when buildkit is built with go 1.17 #2587

Closed
shevelevs opened this issue Jan 28, 2022 · 4 comments
Closed

TLS errors when buildkit is built with go 1.17 #2587

shevelevs opened this issue Jan 28, 2022 · 4 comments

Comments

@shevelevs
Copy link

If I build buildkit with go 1.17 and run with mTLS, I get the following error on the buildctl side:

rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: remote error: tls: no application protocol"

I believe this is related to golang/go#46310

@shevelevs shevelevs changed the title TLS errors when building with go 1.17 TLS errors when buildkit is built with go 1.17 Jan 28, 2022
@tonistiigi
Copy link
Member

I think this was fixed by #2395

@shevelevs
Copy link
Author

I think this was fixed by #2395

It seems the above fix should be present in 0.9.3 and I believe I tried with 0.9.3, still failed with go 1.17.

@tonistiigi
Copy link
Member

No, that commit is not in v0.9.3 afaics

@shevelevs
Copy link
Author

Oh ok I guess I missed that, I'll wait for the new release then

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