Ryan

Results 30 comments of Ryan

Hey sorry for resurrecting a really old thread, but I ran into this recently with HTTPoison and streaming large files (to download large files). I found that disabling the hackney...

Hey sorry for resurrecting a really old thread, but I ran into this recently with HTTPoison and streaming large files (to download large files). I found that disabling the hackney...

Hi @kneufeld - what behavior did you encounter when using `http://` instead of `ws://`? Additionally, I'm always open to PRs. Since you've found an edge here in terms of usability,...

Ok, so it sounds like the real issue here is that we're not erroring out if you specify non-ws protocols (namely `http://`), which is for some reason attempted by the...

Hey sorry for the delay here, I don't have time to check into this, but if you wanted to submit a PR to remedy that'd be great!

Hmm interesting, are you folks using the `certstream.calidog.io` server, or is this happening with private servers as well? I wonder if you happen to be using an older version of...

Hi folks, apologies for the delay in looking into this. I think there's a few things in this one issue to the point where it's over-loaded. ## Install/packaging/isAlive issues I'm...

@mikenor Yep things are currently hosted behind Cloudflare, and I agree it's not ideal given the CDN nature of cloudflare and the persistent connections for the operation of certstream. Ultimately...

This likely has to do with your operating system certificate setup, I'd be interested if curl or wget work as expected on your systems.

Interesting! I know erlang/elixir has had quite a few weird bugs in its SSL stack :-/ I wonder if a different erlang/elixir version would sort it (not a great solution...