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.

OpenFire/XMPP 503 service-unavailable error (XEP-0065 using iOS XMPPFramework)

Problem : I am attempting a TURN Connection (XEP-0065) using the iOS XMPPFramework and an OpenFire Server. I want to be …

proxy xmpp openfire socks xmppframework
Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites?

I'm experimenting with Node and socks5-https-client. For some reason, certain Tor hidden service (.onion) sites return with a connection …

node.js tor socks
Use ping through SOCKS server?

I'd like to periodicity check if my SOCKS server is working fine. In order to do that, I thought of …

python socks icmp
Java Proxy client class that supports authentication

I'm looking for a java socks Proxy client class that supports authetication, any suggestions? The java.net.Proxy does not …

java proxy socks
How does SOCK 5 proxy-ing of DNS work in browsers?

Browsers can proxy DNS requests through SOCKS 5. What I don't understand is how the process works. Correct me if I'm …

dns socks
Socks Proxy for HttpWebRequest

According to my research whilst trying to solve this problem, it turns out that the .Net WebProxy class does not …

.net proxy httpwebrequest socks
Understanding the Socks5 Protocol

I'm a total newbie with socks5, but I'm trying learn by creating a socks5 server. I've gotten a great deal …

proxy socks
VisualVM over Putty SSH-tunnel

I'm trying to profile remote java app, actually it is a gameserver. It works normally on my local machine (windows …

jmx socks visualvm ssh-tunnel jstat
Set proxy.socks.port selenium

I am used to setting http port like this: profile.set_preference("network.proxy.http_port", "PORTNUMBER") and that works . …

python selenium webdriver socks
How to make HTTP request through a (tor) socks proxy using python?

I'm trying to make a HTTP request using python. I tried changing my windows system proxy (using inetcpl.cpl ) url = …

python http proxy socks tor