ghdestiny commented on issue #9411:
URL: https://github.com/apache/seatunnel/issues/9411#issuecomment-2955727980

   抱歉,这不是bug,是环境导致的,虽然我修改了java.security文件,但是问题是由于系统全局的加密策略导致的。
   
   解决方法:
   某些 Linux 发行版(如 RHEL/CentOS 8+、Ubuntu 20.04+)有全局加密策略,可能禁用了 TLSv1。
   检查并切换加密策略(以 RHEL/CentOS 为例):
   update-crypto-policies --show
   如果输出是 FUTURE 或 DEFAULT,TLSv1 可能被禁用。可以切换到 LEGACY 模式(允许 TLSv1):
   sudo update-crypto-policies --set LEGACY
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to