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

Change SocksiPy_branch to PySocks and bypass cert verification for logger #1

Merged
merged 2 commits into from Dec 14, 2021

Conversation

linoskoczek
Copy link
Contributor

With SocksiPy_branch lib --proxy function does not work:
attributeerror: module 'socks' has no attribute 'set_default_proxy'

Instead, PySocks (more known lib) can be used and it fixes the problem.

This change required me to add verify=False to remaining 2 GETs to log.xn--9tr.com that didn't have this argument yet. Seems like PySocks is more demanding when it comes to SSL.

@zhzyker
Copy link
Owner

zhzyker commented Dec 14, 2021

wow thx

@zhzyker zhzyker merged commit 29ce121 into zhzyker:main Dec 14, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants