If you encounter an SSLError from within Vestas firewalls, chances are that you haven't added the proper certificates. With vespy, you can do it like this
pip install vespy; vespy --fix-ssl
Alternatively, you can invoke the fix from within python (e.g. in your own library),
from vespy import fix_ssl_error
fix_ssl_error()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vespy-0.0.20.tar.gz
(7.9 kB
view details)
File details
Details for the file vespy-0.0.20.tar.gz.
File metadata
- Download URL: vespy-0.0.20.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.1 requests/2.26.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825d217204fce86a9e6128f8e3ec9611cfd7e6a92ad9f74200c9b4bc4e2aabf5
|
|
| MD5 |
e3566b742e4317e27c6d1e6a805a2fb4
|
|
| BLAKE2b-256 |
53cba66f05572efffef0c814a6852fc1302be7232212f54e56f56e759a1b6537
|