Skip SSL verification for requests.
Project description
requests-skip-verify
This package can skip SSL verification for the requests library with a single command.
Avoid SSL errors under proxies and hide warnings.
You don't need to add "verify=False" to every HTTP request anymore.
Quickstart
Install using pip:
pip install requests-skip-verify
Disable SSL Verification:
import requests
import requests_skip_verify
# Switch SSL verification
requests_skip_verify.set(True)
requests.get("https://example.com/")
ReEnable SSL Verification:
import requests
import requests_skip_verify
# Switch SSL verification
requests_skip_verify.set(False)
requests.get("https://example.com/")
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 Distribution
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
File details
Details for the file requests-skip-verify-0.0.2.tar.gz.
File metadata
- Download URL: requests-skip-verify-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae9b165efe161e1cc761f1a70d2623e0a68b30cd9a4ca090bee68c3daa14b716
|
|
| MD5 |
2d2811167cbb208f0070f72394f0bb8b
|
|
| BLAKE2b-256 |
70de4b128bedafae199bf8c4ceb901d0e93d2e0cf09e406cec95e2f739f6f9e5
|
File details
Details for the file requests_skip_verify-0.0.2-py3-none-any.whl.
File metadata
- Download URL: requests_skip_verify-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeca79c7ea7ed71ac29422053cf7ba1fd3e0be6488ea00a63b0da12067a3d068
|
|
| MD5 |
00b7d0ceb1a3b79e2d6066179712abae
|
|
| BLAKE2b-256 |
edd2a96c46cf01d9f68bd84306afb51e53787f6b85eeb51f7c969445f2279c13
|