iOS Question Any TCP/Websocket client library that supports SSL/TLS?

hongbii

Active Member
Licensed User
Longtime User
Hi,
Is there any TCP or WebSocket client library that supports SSL/TLS?

Best,
Hongbii
 

aminoacid

Active Member
Licensed User
Longtime User
The iWebsocketclient library supports SSL/TLS. Just use "wss:// ....." instead of "ws":

See:

 
Upvote 1
Top