Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 502 and HTTP 504 Received from Curl Test given on Github #54

Open
ktaylor007 opened this issue Jan 13, 2025 · 0 comments
Open

HTTP 502 and HTTP 504 Received from Curl Test given on Github #54

ktaylor007 opened this issue Jan 13, 2025 · 0 comments

Comments

@ktaylor007
Copy link

Hi,

I just rand the following on my local desktop:

C:\Users\amcor>docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy
be67a2de890ddaeddee53672cd5c1fc46207c6bc09277e1b3c81f7331801d8ae

C:\Users\amcor>curl --proxy 127.0.0.1:5566 https://api.my-ip.io/ip
curl: (56) CONNECT tunnel failed, response 502

C:\Users\amcor>curl --proxy 127.0.0.1:5566 https://api.my-ip.io/ip
curl: (56) CONNECT tunnel failed, response 504

C:\Users\amcor>curl --proxy 127.0.0.1:5566 https://whatismyipaddress.com/
curl: (56) CONNECT tunnel failed, response 504

As you can see above, the curl test seems to always return a http 502 (Bad Gateway) or a http 504 (Gateway Timeout). Where is it going wrong? How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant