-
Notifications
You must be signed in to change notification settings - Fork 287
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
regression: Support TLS connections when only ssl-ca is set #5335
Comments
Can you provide the related log of DMmaster and worker? Maybe they can't access |
The log doesn't show anything useful... in fact it doesn't even show the error emitted by dmctl. dm-logs.tar.gz |
introduced by pingcap/tidb-tools#458 and pingcap/dm#1910 . Do you have time to fix it? @Ehco1996 Note that in the master branch we might have been switched to tidb rather than tidb-tools for the package. |
ok, let me handle this issue |
closed due to #5393 is merged, will release in v6.1 |
What did you do?
Something caused the fix in pingcap/dm#1555 to be lost. Perhaps code refactoring or something changed the way TLS options are validated? At any rate, it's no longer possible to use only ssl-ca to connect to an upstream/source that requires TLS but does not provide client certificates.
What did you expect to see?
No response
What did you see instead?
Behavior with dmctl:v5.4.0:
Different behavior with dmctl:v6.0.0:
Versions of the cluster
current status of DM cluster (execute
query-status <task-name>
in dmctl)No response
The text was updated successfully, but these errors were encountered: