1、修改Java\jre\lib\security\java.security文件
crypto.policy=unlimited
2、增加配置
-Dhttps.protocols=TLSv1.1,TLSv1.2

本文介绍了解决Java中出现的javax.net.ssl.SSLHandshakeException错误的方法,通过修改java.security文件设置crypto.policy为unlimited,并增加TLSv1.1和TLSv1.2协议支持。
1、修改Java\jre\lib\security\java.security文件
crypto.policy=unlimited
2、增加配置
-Dhttps.protocols=TLSv1.1,TLSv1.2

您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
1171
3032
5483
6922

被折叠的 条评论
为什么被折叠?