baboleevan / SecureWebSockets

Add SSL support to the Autobahn WebSocket library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is meant to add working TLS support to the Autobahn WebSocket library as a preliminary step to implementation at work.

The problem being solved was in part switching the Autobahn library off of Java NIO. Java NIO is broken on Android and you must use the classic java sockets. Android Issue 12955

The project comes with an example Android WebSocket Echo client that communicates with WebSocket.org's echo server with or without SSL encryption.

To disable SSL certificate checks you can tell SSLCertificateSocketFactory to relax its checks:

On development devices, "setprop socket.relaxsslcheck yes" bypasses all SSL certificate and hostname checks for testing purposes. This setting requires root access.

About

Add SSL support to the Autobahn WebSocket library

License:MIT License


Languages

Language:Java 100.0%