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

Proxy samples fail #1

Closed
baxterhemingway opened this issue Oct 16, 2019 · 1 comment
Closed

Proxy samples fail #1

baxterhemingway opened this issue Oct 16, 2019 · 1 comment

Comments

@baxterhemingway
Copy link

When trying to test some proxies, which I know are working and have the right credentials from through running in my program.

I get the following when running the command:
proxysampler --output json --proxy https://myusername:RanD0mPassWord_country-SomeWhere_session-01@ipaddress:31112 --endpoint https://ifconfig.co/json

Resulting in:

{"success":0,"fail":1,"average_ttfb":0,"results":[{"proxy":"https://myusername:RanD0mPassWord_country-SomeWhere_session-01@ipaddress:31112","endpoint":"https://ifconfig.co/json","status_code":-1,"latency":{"ttfb":0,"connect":87,"tls_handshake":35086},"error":{"Op":"proxyconnect","Net":"tcp","Source":null,"Addr":null,"Err":{}}}]}

Same goes for using an input file, although proxy is slightly different from input in the result

{
"success": 0,
"fail": 1,
"average_ttfb": 0,
"results": [
{
"proxy": "https://myusername:RanD0mPassWord_country-SomeWhere_session-01@ipaddress:31112",
"endpoint": "https://ifconfig.co/json",
"status_code": -1,
"latency": {
"ttfb": 0,
"connect": 88,
"tls_handshake": 35086
},
"error": {
"Op": "proxyconnect",
"Net": "tcp",
"Source": null,
"Addr": null,
"Err": {}
}
}
]
}

@rdbell
Copy link
Collaborator

rdbell commented Oct 16, 2019

Hi, are you testing the PacketStream proxy or a proxy from another provider?

What's the output when you test with curl?

curl -v -x https://myusername:RanD0mPassWord_country-SomeWhere_session-01@ipaddress:31112

@rdbell rdbell closed this as completed Oct 30, 2019
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

2 participants