Questions tagged [httptosocks5proxy]
7 questions
2
votes
1 answer
How Socks5 proxy can be integrated with Spring Boot to connect AMQP - RabbitMQ via code
Basically I am trying to use SOCKS5 proxy to connect RabbitMq with Spring Boot project.
I have created Custom Socket factory and connected to PostgreDB , in that case that connection object accepts SocketFactory as parameter like given…

Emrah
- 31
- 4
1
vote
0 answers
How redirect packets UDP ASSOCIATE via socks5
TCP can redirect but UDP not working, Please help.
TCP get from ip:port destination
UDP get from ip:port endpoit

Jinnie
- 19
- 3
1
vote
0 answers
Connect to SOCKS5 Proxy Via PAC script
In my chrome extension, I am using the PAC script chrome.proxy API that has worked in the past.
How do I connect to a SOCKS5 proxy using this method? I have been using this code, but I get a socks error.
var config = {
mode:…

Arc Official
- 55
- 1
- 6
1
vote
1 answer
I cannot use SOCKS5 proxy with node fetch (FetchError. reason: Socket closed)
I have a Docker container running this image on my machine (it's a SOCKS proxy server) and I have exposed the needed ports needed for it to work. And when I run curl -x socks5://localhost:40000 https://ip.me on my machine, the requests goes through…

Hackermon
- 78
- 1
- 7
1
vote
0 answers
HttpToSocks5Proxy | The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel
I have no SSL/TLS error for running the codes below :
try
{
System.Net.Http.HttpClient client = new System.Net.Http.HttpClient();
HttpResponseMessage response = await client.GetAsync("https://httpbin.org/ip");
…

SilverLight
- 19,668
- 65
- 192
- 300
0
votes
0 answers
How can I turn a no-authentication socks5 proxy to one that need authentication?
I have a socks5 proxy in my Ubuntu 20.04 server, which does not have authentication. I want to make it have authentication(username & password). How can I achieve this with another program? Because I cannot modify the origin socks5 proxy directly.
I…

Kinchin Fong
- 1
- 1
0
votes
2 answers
keyword argument clashes with variable
Although this is most likely a newbie question I struggled to find any information online to help me with my problem
My code is meant to scrap onion sites, and despite being able to connect to TOR and the web scraper working fine as a stand-alone,…

AanTuning
- 5
- 2