-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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.VersionSSL30 is deprecated. #13958
Comments
Confirming this is still an issue in master: tidb/sessionctx/variable/statusvar.go Lines 104 to 111 in ace80c7
|
From https://docs.pingcap.com/tidb/stable/enable-tls-between-clients-and-servers: So I wonder why it's there in the first place. Removing it here should be fine. |
This removes references to SSLv3, which as far as I know was never supported by TiDB or MySQL. When the TLS version isn't found in the map it now returns 'unknown_tls_version' in the status var. Closes pingcap#13958
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
In
tidb/sessionctx/variable/statusvar.go
Lines 100 to 105 in b743208
See golang/go#32716 for detail.
The text was updated successfully, but these errors were encountered: