Change default behavior of ssl and requests library
Project description
NOSSL
It'a simple script that manipulates default behavior of ssl
and requests
.
It modifies following lines:
ssl.py
_create_default_https_context = create_default_context
to
_create_default_https_context = _create_unverified_context
requests/sessions.py
self.verify = True
to
self.verify = False
Usage
Install nossl
.
pip install nossl
And run the script.
nossl off
Yon can recover SSL also.
nossl on
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
nossl-0.0.2-py3-none-any.whl
(2.2 kB
view hashes)