Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: RestTemplate去除对SSLv2Hello与SSLv3协议的支持 #1915

Closed
jsonwan opened this issue Apr 6, 2023 · 0 comments
Closed

perf: RestTemplate去除对SSLv2Hello与SSLv3协议的支持 #1915

jsonwan opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性 stage/prod Production environment in tencent has been deploy

Comments

@jsonwan
Copy link
Collaborator

jsonwan commented Apr 6, 2023

AWS节点不支持SSLv2Hello协议,而Job的代码里可能由于历史原因指定了支持SSLv2Hello,导致部署时job-gateway获取ESB公钥失败。
当前调用的服务已支持更安全的TLS协议,因此老协议可去除。
报错信息:
image
image

参考资料:
https://serverfault.com/questions/942633/enabling-sslv2hello-causes-ssl-handshake-failure-against-aws-endpoints

@jsonwan jsonwan added the kind/enhancement 功能改进特性 label Apr 6, 2023
@jsonwan jsonwan self-assigned this Apr 6, 2023
jsonwan added a commit to jsonwan/bk-job that referenced this issue Apr 6, 2023
去除对SSLv2Hello与SSLv3协议的支持,使用JDK默认支持的协议
wangyu096 added a commit that referenced this issue Apr 7, 2023
perf: RestTemplate去除对SSLv2Hello与SSLv3协议的支持 #1915
jsonwan added a commit to jsonwan/bk-job that referenced this issue Apr 7, 2023
去除对SSLv2Hello与SSLv3协议的支持,使用JDK默认支持的协议
jsonwan added a commit to jsonwan/bk-job that referenced this issue Apr 7, 2023
去除对SSLv2Hello与SSLv3协议的支持,使用JDK默认支持的协议
jsonwan added a commit that referenced this issue Apr 7, 2023
perf: RestTemplate去除对SSLv2Hello与SSLv3协议的支持 #1915
jsonwan added a commit that referenced this issue Apr 7, 2023
perf: RestTemplate去除对SSLv2Hello与SSLv3协议的支持 #1915
@bkjob-bot bkjob-bot added the stage/prod Production environment in tencent has been deploy label Apr 13, 2023
@bkjob-bot bkjob-bot added the done 已上线到正式环境并验收通过 label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性 stage/prod Production environment in tencent has been deploy
Projects
None yet
Development

No branches or pull requests

2 participants