Chrome 和 http POST over https 的问题
当用户通过 https 使用 POST 操作(表单和 XHR)时,我公司的网站遇到了 Chrome 问题。在大多数情况下,响应永远不会到达。不过,应用服务器将响应记录为 200。
本地(非 https)实例永远不会出现此问题,我只能使用某些设置重现它(通常从防火墙内部网络访问)。
其他人也遇到过这个问题吗?也许 Chrome 在此类防火墙设置上的 SSL 握手方面存在问题?
编辑: 通过将lighttpd更新到最新版本可以解决该问题。
my company's website is experiencing problems with Chrome when users use POST actions (forms and XHR) over https. In most cases the response never arrives. The app server logs the responses as 200, though.
The problem never occurs with local (non-https) instances, and I can only reproduce it with certain settings (typically access from inside firewalled networks).
Did that problem occur to anybody else ? Maybe Chrome has problems with SSL handshakes over such firewalled settings ?
Edit:
The problem could be solved by updating lighttpd to the latest version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过将lighttpd更新到最新版本可以解决该问题。
The problem could be solved by updating lighttpd to the latest version.