gpt4 book ai didi

database - psql : server does not support SSL, 但需要 SSL

转载 作者:太空狗 更新时间:2023-10-30 01:47:35 25 4
gpt4 key购买 nike

尝试使用命令提示符连接到 postgresql 服务器。

使用的命令:

psql "sslmode=require host=localhost dbname=test"

抛出错误:

psql: server does not support SSL, but SSL was required

enter image description here

请帮我解决这个问题。谢谢。

最佳答案

link建议你可以试试

psql "sslmode=disable host=localhost dbname=test"

或(可能更好)

psql "sslmode=allow host=localhost dbname=test"

这样你应该能够连接到你的服务器。

关于database - psql : server does not support SSL, 但需要 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36350600/

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