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
target-database: host: aaxxxxx port: 4000 user: root password: "123456" max-allowed-packet: null session: {} security: ssl-ca: "" ssl-cert: "" ssl-key: "" cert-allowed-cn: [] ssl-ca-bytes: [] ssl-key-bytes: [] ssl-cert-bytes: [] ssl-ca-base64: "" ssl-key-base64: "" ssl-cert-base64: ""
caused by this line, it returns nil, nil on empty tls
nil, nil
tiflow/dm/pkg/conn/basedb.go
Line 71 in e8961d8
skip tls cert or report tls cert error
empty config
current master branch
query-status <task-name>
(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered:
@liumengya94 ptal
/cc @lance6716
Sorry, something went wrong.
tls(dm): fix the error when give empty tls config (#7451)
4c7161b
close #7384
Successfully merging a pull request may close this issue.
What did you do?
caused by this line, it returns
nil, nil
on empty tlstiflow/dm/pkg/conn/basedb.go
Line 71 in e8961d8
What did you expect to see?
skip tls cert or report tls cert error
What did you see instead?
empty config
Versions of the cluster
current master branch
current status of DM cluster (execute
query-status <task-name>
in dmctl)(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered: