ShellCrash
ShellCrash copied to clipboard
[Feature] 开启crash后,使用imap访问google邮箱报错(SSL协商错误)
Verify steps
- [x] 我已经在 Issue Tracker 中找过我要提出的问题 I have searched on the issue tracker for a related issue.
- [x] 我已经使用公测版本测试过,问题依旧存在 I have tested using the test mod, and the issue still exists.
- [x] 我已经仔细看过 常见问题 并无法自行解决问题
Description
服务器需要访问google 邮箱,挂上crashshell后,使用imap访问,出现TLS/SSL failure for imap.gmail.com: SSL negotiation failed错误,不挂crashshell不会报这个错误,但是因为防火墙访问不了后续操作。然后使用openssl s_client -connect imap.gmail.com:993 -tls1_2 -showcerts测试openssl,报错40D733A8EC730000:error:0A000126:SSL routines::unexpected eof while reading:../ssl/record/rec_layer_s3.c:687。不挂crashshell没有问题。请问可以通过什么设置来处理这个情况? 服务器为ubuntu server 邮箱访问使用的是php的imap 挂上crashshell可以正常curl google.com 邮箱端设置没有问题,在本地windows开发平台同样的代码可以正常访问 php的环境基本一样,openssl和证书在ubuntu server上更新到最新的版本。
@sindey1982 关闭常用端口过滤?
尝试未能成功。