-
Notifications
You must be signed in to change notification settings - Fork 18k
import/path: issue title #69986
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
Comments
sounds like a problem with your server. |
Mainly, both rust and java can be connected |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.7 windows/amd64
Output of
go env
in your module/workspace:What did you do?
The following code keeps returning remote error: tls: certificate required, but it works fine with GetClientCertificate. Golang's own tls server does not need to set GetClientCertificate and works fine.
What did you see happen?
err:remote error: tls: certificate required
What did you expect to see?
The tls.config Certificates parameter works fine, not sure if the problem is with the server or the tls client.
The text was updated successfully, but these errors were encountered: