gpt4 book ai didi

ssl - 从 DataGrip 连接到 CockroachDB

转载 作者:行者123 更新时间:2023-12-04 22:37:06 25 4
gpt4 key购买 nike

尝试使用 DataGrip 将 Postgres 连接到 CockroachDB,但出现此错误:

[08006] The SSLSocketFactory class providedcom.intellij.execution.rmi.ssl.SslSocketFactory could not beinstantiated. signed overrun, bytes = 919.


从 DataGrip 连接界面:
网址:
jdbc:postgresql://localhost:26257/postgres
带端口 26257并启用 SSL
加州文件
/cert/ca.key
客户证书文件:
/certs/client.root.crt
客户端 key 文件:
/client.root.key
上述设置不适用于 DataGrip,但相同的证书 使用 CLI :
cockroach cert create-client root --certs-dir=certs --ca-key=/ca.key

cockroach start --certs-dir=certs --store=node1 --listen-addr=localhost:26257 --http-addr=localhost:8080 --join=localhost:26257,localhost:26258,localhost:26259 --background
DataGrip 配置可能有什么问题?

最佳答案

我认为您需要为 Java 生成 PKCS8 格式的客户端证书和 key 。 CockroachDB 的 Java hello world 教程的这个稍旧版本的指南可能会有所帮助:https://www.cockroachlabs.com/docs/v20.1/build-a-java-app-with-cockroachdb#step-3-generate-a-certificate-for-the-maxroach-user .

关于ssl - 从 DataGrip 连接到 CockroachDB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65636838/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com