Skip to content

Disable TLS1.0 #355

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

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Disable TLS1.0 #355

merged 1 commit into from
Apr 25, 2024

Conversation

xinlongz1
Copy link
Collaborator

@xinlongz1 xinlongz1 commented Apr 25, 2024

TLS 1.0 is considered vulnerability and requested to be disabled.

It should be a noop change since in the client side, we don't set minVersion and MaxVersion field in the TLS config so the default minVersion is 1.2 and the default maxVersion is 1.3.

For example, Kraken internal clients TLS config: https://sourcegraph.com/github.com/uber/kraken@master/-/blob/utils/httputil/tls.go?L91
uBuild TLS config: https://sg.uberinternal.com/code.uber.internal/uber-code/go-code/-/blob/src/code.uber.internal/infra/ubuild/build/gateway/kraken/http_client.go?L63

@xinlongz1 xinlongz1 merged commit 8f9dd94 into uber:master Apr 25, 2024
shilazi added a commit to shilazi/kraken that referenced this pull request Jun 26, 2024
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 this pull request may close these issues.

2 participants