I've the boost library installed and I want to make a socket connection though TOR. If I launch the tor.exe application and connect to port 9050 it doesn't show any error's but when I send some (random) things it will stop the connection. I think this is because i didn't send any valid/correct data to the proxy.
How can i use the TOR as a proxy with my (boost/asio) socket?
I want to use a TCP connection and connect to my VPS (i don't want to do a HTTP request).
Thanks.