TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Chrome 19 update breaks secure WebSockets

48 点作者 mntmn大约 13 年前

8 条评论

afimrishi大约 13 年前
(I'm the Chromium dev who triaged the bug this morning) This title is misleading. There's a bug when the SSL handshake for a WebSocket encounters an error, such as an invalid server certificate. This obviously sucks for developers, but for production sites which should not have SSL handshake errors, it should not be an issue.
gouranga大约 13 年前
This is one of the reasons corporates still use IE. Its easy to control and QA for stuff like this.<p>Heads roll when 1500 people can't work.
评论 #3984433 未加载
mntmn大约 13 年前
It's not predictably happening with _all_ websocket server implementations. I tried with node.js using a combination of https and ws modules. That worked. We crashed Chrome using em-websockt and netty, though.
评论 #3984077 未加载
maybird大约 13 年前
A quick way to test this is to use:<p><a href="http://websocketstest.com/" rel="nofollow">http://websocketstest.com/</a>
dshimy大约 13 年前
I tested this with an em-websocket (Ruby) server using SSL and after I updated to Chrome 19 (OS X 10.7.3) it no longer works.
maybird大约 13 年前
I just tested this under OSX and had no problem, so this is probably Windows-only.
评论 #3982997 未加载
评论 #3983874 未加载
KaoruAoiShiho大约 13 年前
This should get fixed before it goes to beta right? Can someone confirm whether or not bugs like this are usually fixed?
评论 #3983847 未加载
alanh大约 13 年前
…for some users, apparently, but not all. Is that right?