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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nossl-0.0.2-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file nossl-0.0.2-py3-none-any.whl.
File metadata
- Download URL: nossl-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d6d09fd2cdf17ab337c42cd4daeaf618c79fd2479f1a1e7ab629fefc1365f9
|
|
| MD5 |
3f9a257270c3cb7bf5d320d778b86f0a
|
|
| BLAKE2b-256 |
73ab1a9c84555fab287c73676bb182a7a12a1e99659f147c84a0cf8d89c74ce5
|