gpt4 book ai didi

datagrip - javax.net.ssl.SSLHandshakeException : The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]

转载 作者:行者123 更新时间:2023-12-04 11:49:43 25 4
gpt4 key购买 nike

我将 DataGrip 升级到 2021.1.2 ,现在当我运行任何查询时,我都会得到这个响应

javax.net.ssl.SSLHandshakeException: The server selected protocolversion TLS10 is not accepted by client preferences [TLS13, TLS12]


如何解决这个问题?

最佳答案

您需要执行以下操作:
1:
创建一个名为 custom.java.security 的新文件(任何地方)
2:
将以下内容放入文件中

jdk.tls.disabledAlgorithms=SSLv3, TLSv1.1, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
include jdk.disabled.namedCurves
3 :
在您的数据库面板中打开 DataGrip -> -> 选择你想要的数据库 -> 右键单击 -> 选择 属性 -> 转至 高级 标签
4 : 在 VM 选项字段中写入以下内容
-Djava.security.properties=${PATH_TO_FILE}/custom.java.security
您需要更换 ${PATH_TO_FILE}使用您在步骤 1 中创建的文件的文件夹路径
别忘了拥有 \\而不是一个 \在路径中,如果您使用 window
5 : 转到文件菜单 -> 选择 使缓存无效... -> 点击 失效并重启

enter image description here

信用:https://youtrack.jetbrains.com/issue/DBE-13313

关于datagrip - javax.net.ssl.SSLHandshakeException : The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67840668/

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