Tagged Questions

0
votes
2answers
36 views

Socks Client Support

I'm looking to add socks 4/5 support to my windows C++ application. Can you recommend a decent library, or resource? Thanks,
0
votes
0answers
28 views

Network help through socks proxy

Hi, I'm looking networking help. I have a secure tunnel set up which gives me an http proxy on port 8080 and a socks proxy on port 1080. I also have ProxyCap installed which is configured to push …
2
votes
2answers
433 views

java runtime 6 with socks v5 proxy - Possible?

I have written an application that (amongst other things) runs a local service in windows that acts as a SOCKS v5 proxy for Firefox. I'm in the debugging phase right now and have found certain …
1
vote
2answers
133 views

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 support authentication. Edit: I can't seem to find a way that would attach …
0
votes
2answers
139 views

Create a SOCKS Proxy that does nothing special

I am trying to create a SOCKS proxy in C++ that runs as a background process on localhost. If the user's browser is configured to use the proxy, I want all HTTP requests to be passed along through …
1
vote
2answers
145 views

mysql proxy socks

Plain and simple, can anyone explain me how to connect to a mysql server through a proxy (socks4/5). Preferable via the mysql command line (although there are no options for that in the client). If …
0
votes
2answers
177 views

Advantages of uPNP/IGD over SOCKS?

I'm curious why is it more pervasive. Does it has a better API? I remember long ago when i first learned about NAT (i used it for sharing a dialup 14.4kbps modem), i thought that someday every home …
0
votes
1answer
124 views

How often is authenticated SOCKS5 used as an HTTP proxy in organizations?

I'm wondering how frequently organisations use SOCKS5 as their web proxy protocol over, say, HTTP or authenticated HTTP proxies. Should an application even bother supporting SOCKS5 as an HTTP proxy? …
0
votes
1answer
223 views

Connecting to a .NET webservice via a SOCKS5 proxy

Hi All I'm attempting to connect through a SOCKS5 proxy to a webservice. Currently, my app.config is as follows: <system.net> <defaultProxy enabled="true" > <proxy …
0
votes
1answer
170 views

Java SOCKS proxy

Does socksProxyHost property requires an IP address System.setProperty("socksProxyHost", preferences.getProxyHost() ); setting it like following, If i provide 127.0.0.1 i get connected to the proxy …
0
votes
2answers
37 views

I need a browser-compatible proxy that can do this

Hello, I am looking for a proxy server that can do this. If I set my firefox settings to that proxy, and go to google, then it should "proxy" to google normally. Just a normal proxy. But I want …