apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.51k stars 3.24k forks source link

[Bug] Doris create catalog fail with error setting certificate verify locations #38073

Closed ervingit closed 2 months ago

ervingit commented 3 months ago

Search before asking

Version

Version : doris-2.0.12 BuildInfo : qa-regression-nodes-agent

What's Wrong?

image

What You Expected?

create catalog successfully

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

zy-kkk commented 3 months ago
  1. Refer to the following document: https://doris.apache.org/docs/faq/lakehouse-faq/#certificate-issues
  2. Change the driver_url address in the properties of create catalog to http instead of https
ervingit commented 3 months ago

Thank you for reply, it works for me!