-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Issue in SSL implementation : protocole ws:// is always use in Draft_76.java #294
Comments
@snooze67 Thank you for pointing out this error! We need to get it fixed without introducing other bugs. Does someone else in the project have more direct experience implementing the drafts? |
Calling for input from the community:Please review this proposed fix to the implementation of Draft76. Even if you don't have direct experience in this area of the codebase, the more eyes and opinions look at proposed patches, the better. If it all looks good, we still need to get unit tests written to make future contribution and debugging easier, as per #318. As for me, I don't see any glaring issues, but am new to SSL-related projects. Am hesitant to commit without further input. |
@marci4 WDYT |
hey @zhoulifu, right now I am playing with the thought of deprecating Draft_10, Draft_75 and Draft_76 and not supporting them any more. Greetings |
Sounds great, I was going to ask whether this issue should be fixed or not since Draft75/76 was marked deprecated in wiki =D |
This draft is now deprecated, see #478. Closing this issue. |
hi,
First thank's a lot for this project and library.
I test the ssl implementation and got some issues with Safari on windows and ipad (chrome and safari)
I found why.
In Draft_76.java on the method postProcessHandshakeResponseAsServer
There is always the ws:// protocol.
But on the ssl we need to specify wss:// protocol instead
Don't know how to fix it properly.
So i modify the code that way, passwing the fact to use ws or wss in the ressourceDescriptor
The text was updated successfully, but these errors were encountered: