-
Notifications
You must be signed in to change notification settings - Fork 229
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
Python3 #6
base: python3
Are you sure you want to change the base?
Python3 #6
Conversation
…nssl lib api. After this fix proxy works correct in any platform with python and pyopenssl lib without any additional fixes. 2. subjectAltName ssl extension support added. this fixed ERR_CERT_COMMON_NAME_INVALID error
…FError: EOF occurred in violation of protocol
…ionary and old values has to be deleted for its value update. The "BrokenPipeError" catches at handle_error function. In Python3 it is standalone exception
Updated. |
Cool cool! I ended up converting it myself, but this will definitely save other people time. Thanks |
Sometimes it rises BrokenPipeError in The python 2 version also rises this error, so it doesn't depends on python version. I will try to reproduce this error in the other proxy and to understand its reason. In any case, BE CAREFUL WITH this product, it may incorrectly process some requests. How to reproduce BrokenPipeError error. Run this proxy and configure Chrome to use it. |
I'm pretty sure I solved all those errors, I've got it running quite smoothly right now. But it's heavily modded. I might try to refactor it and publish it in the near future. Right now I've worked it into a server that supports http/https/websockets and intercept proxying. |
any updates ? |
@malikshi I totally forgot I worked on this but I might be able to dig it up and at least post some of it. Might not be very clean though. I think I'll upload it to my own account if I do though since it seems the GitHub account this repo is on won't be merging my PR any time soon. |
Thanks you, That's would be good. |
Tested with python 3.8