Skip to main content

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


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 details)

Uploaded Python 3

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

Hashes for nossl-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c5d6d09fd2cdf17ab337c42cd4daeaf618c79fd2479f1a1e7ab629fefc1365f9
MD5 3f9a257270c3cb7bf5d320d778b86f0a
BLAKE2b-256 73ab1a9c84555fab287c73676bb182a7a12a1e99659f147c84a0cf8d89c74ce5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page