Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Added support for https streams#96

Open
johanhaleby wants to merge 3 commits into
Netflix:2.xfrom
johanhaleby:2.x
Open

Added support for https streams#96
johanhaleby wants to merge 3 commits into
Netflix:2.xfrom
johanhaleby:2.x

Conversation

@johanhaleby
Copy link
Copy Markdown
Contributor

This commit adds support for HTTPS (SSL) streams. However it will not work until my other pull request for RxNetty has been merged. Once that pull request has been merged a new version of RxNetty must be released and we should upgrade the RxNetty version of Turbine.

@johanhaleby
Copy link
Copy Markdown
Contributor Author

This also fixes issue 87 (at least for the Turbine 2.x branch).

@johanhaleby
Copy link
Copy Markdown
Contributor Author

The RxNetty pull request has now been accepted and it should be available in version 0.4.11.

@johanhaleby
Copy link
Copy Markdown
Contributor Author

RxNetty 0.4.11 has been released so I've updated the pull request. I've verified that SSE + SSL works with my fixes in 0.4.11.

@SagarPune
Copy link
Copy Markdown

SagarPune commented Jul 27, 2016

Hi,
We are trying to enable https in turbine stream. And we are facing below problem:


ERROR 10644 --- [o-eventloop-3-1] r.n.p.h.s.ServerRequestResponseConverter : Invalid HTTP request recieved. Decoder error.

java.lang.IllegalArgumentException: invalid version format: ■\ᅦ:4'|"￀+￀/￀,￀0ᅩ로또ᅩ￀     ￀￀
        at io.netty.handler.codec.http.HttpVersion.<init>(HttpVersion.java:130) ~[netty-codec-http-4.0.27.Final.jar!/:4.0.27.Final]
        at io.netty.handler.codec.http.HttpVersion.valueOf(HttpVersion.java:84) ~[netty-codec-http-4.0.27.Final.jar!/:4.0.27.Final]


Please provide any suggestion
Thank you.

@johanhaleby
Copy link
Copy Markdown
Contributor Author

johanhaleby commented Jul 28, 2016

You can try using my fork.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants