We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I think this was fixed by #2395
Sorry, something went wrong.
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.
No, that commit is not in v0.9.3 afaics
Oh ok I guess I missed that, I'll wait for the new release then
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: