Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
inaz2
/
proxy2
Public
Notifications
You must be signed in to change notification settings
Fork
235
Star
551
Code
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Python3
- #6
#6
Open
zhskyy
wants to merge 9 commits into
inaz2:python3
inaz2/proxy2:python3
from
zhskyy:python3
zhskyy/proxy2:python3
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Python3
#6
zhskyy
wants to merge 9 commits into
inaz2:python3
inaz2/proxy2:python3
from
zhskyy:python3
zhskyy/proxy2:python3
Copy head branch name to clipboard
Commits
Commits on Oct 23, 2019
1. direct openssl call via Pipe removed. all ssl magic does via pyopenssl lib api. After this fix proxy works correct in any platform with python and pyopenssl lib without any additional fixes. 2.…
Show description for 3f7df4e
Vitaliy Zhaborovskyy
committed
3f7df4e
View commit details
Copy full SHA for 3f7df4e
Browse repository at this point
tried to fix for correct work with python3. doesn't effect: ssl.SSLEOFError: EOF occurred in violation of protocol
Vitaliy Zhaborovskyy
committed
bb21533
View commit details
Copy full SHA for bb21533
Browse repository at this point
Commits on May 17, 2020
full python3 support. fixed some bug and tested with 3.8 version
Vitaliy Zhaborovskyy
committed
356dac1
View commit details
Copy full SHA for 356dac1
Browse repository at this point
Commits on Sep 3, 2020
fixed bugs in ssl wrapper. now bytes array is uses
vitaliyzha
committed
b3d74e7
View commit details
Copy full SHA for b3d74e7
Browse repository at this point
Commits on Sep 4, 2020
debug commit
vitaliyzha
committed
3c4a7aa
View commit details
Copy full SHA for 3c4a7aa
Browse repository at this point
Small bugs with new headers values fixed: the headers here isnot dictionary and old values has to be deleted for its value update. The "BrokenPipeError" catches at handle_error function. In Pytho…
Show description for 99aa857
vitaliyzha
committed
99aa857
View commit details
Copy full SHA for 99aa857
Browse repository at this point
Content-length -> Content-Length
vitaliyzha
committed
e3832df
View commit details
Copy full SHA for e3832df
Browse repository at this point
Commits on Jan 17, 2022
chain proxy support added
vitaliyz
committed
45a9377
View commit details
Copy full SHA for 45a9377
Browse repository at this point
Commits on Apr 20, 2026
updated to remove deprecated funtions
vitaliyzha
committed
c141108
View commit details
Copy full SHA for c141108
Browse repository at this point
You can’t perform that action at this time.