Skip to content

Commit

Permalink
Fix broken link on README.markdown
Browse files Browse the repository at this point in the history
The actual link for getting information about wss on android is broken, so we need to update it with a link from the relevant page in the wiki
  • Loading branch information
victoraugusto1 committed Oct 12, 2019
1 parent 9709433 commit 9275fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -100,8 +100,7 @@ It is currently not possible to accept ws and wss connections at the same time v

For some reason Firefox does not allow multiple connections to the same wss server if the server uses a different port than the default port (443).


If you want to use `wss` on the android platfrom you should take a look at [this](http://blog.antoine.li/2010/10/22/android-trusting-ssl-certificates/).
If you want to use `wss` on the android platfrom you should take a look at [this](https://github.com/TooTallNate/Java-WebSocket/wiki/FAQ:-Secure-WebSockets#wss-on-android).

I ( @Davidiusdadi ) would be glad if you would give some feedback whether wss is working fine for you or not.

Expand Down

0 comments on commit 9275fed

Please sign in to comment.