rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

Deployment log does not show in Safari #8

Closed bradgignac closed 8 years ago

bradgignac commented 12 years ago

When viewing an in-progress deployment in Safari 5.1.1 on Max OS 10.6, the deployment log is not displayed. In my Javascript console, I see the following error:

Error during WebSocket handshake: location mismatch: wss://reach-dreadnot.k1k.me/socket.io/1/websocket/1373491425311499637 != ws://reach-dreadnot.k1k.me/socket.io/1/websocket/1373491425311499637

philips commented 12 years ago

And this only happens in safari?

russellhaering commented 12 years ago

Apparently this is a known issue in socket.io (comments beginning on November 21, 2011): https://github.com/LearnBoost/socket.io/pull/180

Edit: actually, I guess the discussion goes back further, but as far as I can tell the issue is outstanding.

diN0bot commented 12 years ago

Can we allow configuration for sending logs elsewhere, eg greylog?

abh commented 12 years ago

This seems to work ok for me, for what it's worth.

jguice commented 9 years ago

working fine here in Safari 8.0.4 (10600.4.10.7) and node 0.10.33...maybe this issue has expired? :)

mburns commented 8 years ago

Closing as fixed.