Top "Socks" questions

Socket Secure (SOCKS for short) is an Internet protocol that routes network packets between a client and server through a Proxy server.

Connecting with different Proxies to specific addresses

I am developing a Java webservice application (with JAX-WS) that has to use two different proxies to establish separated connections …

java http proxy socks
Why does SOCKS5 require to relay UDP over UDP?

The SOCKS5 protocol, described by RFC1928 provides support for UDP. To summarize, a client wishing to relay UDP packets through …

networking tcp udp socks rfc
cURL request using socks5 proxy fails when using PHP, but it works through the command line

cURL + proxy noob here, having a hard time. I'm having trouble trying to retrieve a web page from a remote …

php curl proxy socks ssh-tunnel
Using a SOCKS proxy from C++

How I can use a SOCKS proxy from my C++ socket program?

c++ socks
Send and receive via SOCKS5 c++

I am playing with SOCKS5 proxy ( TOR ). I am able to estabilish connection but now I dont know how to …

c++ proxy socks tor
Combining SOCAT with SSH to have dynamic port forwarding through socks proxy

My issue is very simple, what I want to do is to connect to my ssh through socat, this means …

ssh socks socat
Proxy - Convert HTTP requests to SOCKS5

I'm currently doing some testing work with TOR and ran in to a small problem. Tor's client only supports receiving …

http proxy socks tor
SOCKS5 Proxy using SSLSocket

I have a client/server application that remotely connects to a server via Java's SSLSocket. I'm trying to implement an …

java sockets ssl proxy socks
Creating a go socks5 client

So I'm looking at the net/proxy docs and there is no examples at all of how to use any …

go socks
How To Authenticate Socks 5 Proxies Inside PAC (Proxy Auto Config) Files

How can you setup PAC files to use SOCKS proxies with authentication? Using this simple PAC file as an example: …

javascript authentication proxy socks pac