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

Python3 #6

Open
wants to merge 8 commits into
base: python3
Choose a base branch
from
Open

Python3 #6

wants to merge 8 commits into from

Commits on Oct 23, 2019

  1. 1. direct openssl call via Pipe removed. all ssl magic does via pyope…

    …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
    Vitaliy Zhaborovskyy committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    3f7df4e View commit details
    Browse the repository at this point in the history
  2. tried to fix for correct work with python3. doesn't effect: ssl.SSLEO…

    …FError: EOF occurred in violation of protocol
    Vitaliy Zhaborovskyy committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bb21533 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. full python3 support. fixed some bug and tested with 3.8 version

    Vitaliy Zhaborovskyy committed May 17, 2020
    Configuration menu
    Copy the full SHA
    356dac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    b3d74e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. debug commit

    vitaliyzha committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    3c4a7aa View commit details
    Browse the repository at this point in the history
  2. Small bugs with new headers values fixed: the headers here isnot dict…

    …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
    vitaliyzha committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    99aa857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3832df View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. chain proxy support added

    vitaliyz committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    45a9377 View commit details
    Browse the repository at this point in the history