0


Public Key Retrieval is not allowed 不允许公钥检索

Public Key Retrieval is not allowed解决方法

AllowPublicKeyRetrieval=True可能允许恶意代理执行MITM攻击以获取明文密码,因此它在默认情况下为False,必须显式启用。

在配置mysql的url时 加上

&allowPublicKeyRetrieval=true

附 完整 url

url: jdbc:mysql://localhost:3306/dianping?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
标签: mysql 数据库 java

本文转载自: https://blog.csdn.net/gan_gandandan/article/details/127713189
版权归原作者 简简单单丿 所有, 如有侵权,请联系我们删除。

“Public Key Retrieval is not allowed 不允许公钥检索”的评论:

还没有评论