Skip to content
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

Confusing error message when not passing certificate paths correctly with HTTPS PD URI #1973

Closed
liuzix opened this issue Jun 7, 2021 · 2 comments · Fixed by #2138
Closed
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. component/cli CLI component. difficulty/easy Easy task. severity/major type/bug The issue is confirmed as a bug.

Comments

@liuzix
Copy link
Contributor

liuzix commented Jun 7, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
    /cdc cli changefeed create --pd=https://db-pd:2379 --sink-uri="mysql://root:*****@*****:4000/"

  2. What did you expect to see?

  • CDC reporting that certificates are expected
  1. What did you see instead?
  • PD endpoint scheme should be http
  1. Versions of the cluster

    • Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

      v4.0.11
      
    • TiCDC version (execute cdc version):

      v4.0.11
      
@liuzix liuzix added type/bug The issue is confirmed as a bug. internal-test component/cli CLI component. labels Jun 7, 2021
@Rustin170506
Copy link
Member

I am working on this.

@Rustin170506
Copy link
Member

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. component/cli CLI component. difficulty/easy Easy task. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants