Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression] EventSource error with HTTPS in version 0.8.17 #153

Closed
supriyo-biswas opened this issue May 4, 2017 · 5 comments
Closed

[Regression] EventSource error with HTTPS in version 0.8.17 #153

supriyo-biswas opened this issue May 4, 2017 · 5 comments
Labels

Comments

@supriyo-biswas
Copy link
Contributor

While running cloud-torrent 0.8.17 on HTTPS, the page never loads beyond the initial "Disconnected" screen displayed.

Every time there's a request for /sync, Chrome's console has to say:

EventSource's response has a MIME type ("text/plain") that is not "text/event-stream". Aborting the connection.

This bug is a regression and affects the latest release. Older releases are unaffected,

@jpillora
Copy link
Owner

jpillora commented May 4, 2017

Thanks for the report. I swapped to a different data sync library in 0.8.17. I'm also running 0.8.17 over HTTPS on Chrome and it's working for me. Can you share any other details of your deployment?

@jpillora jpillora added the bug label May 4, 2017
@jpillora
Copy link
Owner

jpillora commented May 4, 2017

I just realised I've got Caddy handling TLS in front of cloud-torrent. Are you hitting cloud-torrent directly?

@supriyo-biswas
Copy link
Contributor Author

Yup, I'm using the native HTTPS feature in cloud-torrent, on a non-standard port > 1024.

@jpillora
Copy link
Owner

jpillora commented May 5, 2017 via email

@jpillora
Copy link
Owner

jpillora commented May 6, 2017

This should be fixed in 0.8.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants