1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > Could not obtain connection to query metadata : Public Key Retrieval is not allowed

Could not obtain connection to query metadata : Public Key Retrieval is not allowed

时间:2020-05-09 22:08:11

相关推荐

Could not obtain connection to query metadata : Public Key Retrieval is not allowed

您应该将客户端选项添加到 MySQL 连接器中,

allowPublicKeyRetrieval=true

以允许客户端自动从服务器请求公钥。

AllowPublicKeyRetrieval=True

允许恶意代理执行 MITM 攻击以获取纯文本密码,因此默认情况下它是false!必须显式开启。

也可以使用如下配置:

useSSL=false

所以,最终修改 db 配置如下即可:

jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。