We need this to enable a TLS connection through a Socks5 proxy (more specifically a Tor Socks5 proxy).
As the Socks5 protocol is very simple, it is no trouble creating our own implementation of its handshake. However, when connecting to an SSL secured TCP socket through a Socks5 proxy, we need to start TLS after the Socks5 handshake.
As this is not currently supported by Network.framework, is there any community library, or alternative way of achieving this ?
Topic:
App & System Services
SubTopic:
Networking
Tags: