TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome 19 update breaks secure WebSockets

48 pointsby mntmnabout 13 years ago

8 comments

afimrishiabout 13 years ago
(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.
gourangaabout 13 years ago
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 未加载
mntmnabout 13 years ago
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 未加载
maybirdabout 13 years ago
A quick way to test this is to use:<p><a href="http://websocketstest.com/" rel="nofollow">http://websocketstest.com/</a>
dshimyabout 13 years ago
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.
maybirdabout 13 years ago
I just tested this under OSX and had no problem, so this is probably Windows-only.
评论 #3982997 未加载
评论 #3983874 未加载
KaoruAoiShihoabout 13 years ago
This should get fixed before it goes to beta right? Can someone confirm whether or not bugs like this are usually fixed?
评论 #3983847 未加载
alanhabout 13 years ago
…for some users, apparently, but not all. Is that right?