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

Remote http+ssl not working #56

Closed
dannyeuu opened this issue Oct 23, 2019 · 2 comments
Closed

Remote http+ssl not working #56

dannyeuu opened this issue Oct 23, 2019 · 2 comments

Comments

@dannyeuu
Copy link

dannyeuu commented Oct 23, 2019

How to use properly remotes https://aa.bb.cc.dd proxies?

I have the following result:

[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:777) from 127.0.0.1

or

Unsupported protocol from 127.0.0.1

And my python request with this proxy listening

requests.exceptions.SSLError: HTTPSConnectionPool(host='domain.com', port=443): Max retries exceeded with url: /index (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')",),))
@qwj
Copy link
Owner

qwj commented Oct 23, 2019

You can use -r http+ssl:// to connect remote https proxy.
Can you paste the parameters or server configuration?

@qwj qwj closed this as completed Oct 23, 2019
@dannyeuu
Copy link
Author

dannyeuu commented Oct 23, 2019

Thanks for your reply @qwj,
We are using http+ssl://aa.bb.cc.dd:1234 that occurs this error

Our config
pproxy -l http+socks4+socks5://:8080/ -a 40 -r http+ssl://aa.bb.cc.dd:8080 -r http+ssl://aa.bb.cc.dd:8081 -s rr -v

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