FirebaseExtended / TubeSock

A WebSocket client library implemented in Java
79 stars 28 forks source link

Add support for a custom trust manager #8

Closed gsoltis closed 9 years ago

gsoltis commented 9 years ago

Add a constructor that accepts a TrustManager, which if supplied, and the url is wss, will be used to validate the remote peer's certificate.

@jdimond Please review / merge

jdimond commented 9 years ago

closing for housekeeping