My problem is that i can't use Socks4 Proxies with urls because of the bug in java. It will just give me the malformed reply from socks server exeption.
What i've tried:
URL url = new URL("https://google.com");
URLConnection con = url.openConnection(p);
i've tried it with several proxies to make sure the proxy is not dead.
Sorry for my bad english :D.